Name
page:GetCurrentPos -- get current path position
Synopsis
x, y = page:GetCurrentPos()
Function
page:GetCurrentPos() gets the current position for path painting.

An application can invoke page:GetCurrentPos() only when graphics mode is #HPDF_GMODE_PATH_OBJECT.

Inputs
none

Results
x
current x position
y
current y position

Show TOC