Page.lineTo

Appends a path from the current point to the specified point.

class Page
lineTo
(
float x
,
float y
)

Parameters

x float

The end point of the path

y float

The end point of the path

Graphics Mode
Before and after
GMode.pathObject

Meta