Page.getCurrentPos

Gets the current position for path painting.

An application can invoke currentPos only when graphics mode is GMode.pathObject.

class Page
getCurrentPos
()

Return Value

Type: Point

when succeed, it returns a Point struct indicating the current position for path painting of the page. Otherwise it returns a Point struct of {0, 0}.

Meta