Gets the current position for path painting.
An application can invoke currentPos only when graphics mode is GMode.pathObject.
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}.
See Implementation
Gets the current position for path painting.
An application can invoke currentPos only when graphics mode is GMode.pathObject.