Page.moveTo

Starts a new subpath and move the current point for drawing path, moveTo() sets the start point for the path to the point (x, y).

class Page
moveTo
(
float x
,
float y
)

Parameters

x float

The x coordinate of start point for drawing path

y float

The y coordinate of start point for drawing path

Graphics Mode
Before
GMode.pageDescription or GMode.pathObject
After
GMode.pathObject

Meta