Page.ellipse

Appends an ellipse to the current path.

class Page
ellipse
(
float x
,
float y
,
float xray
,
float yray
)

Parameters

x float

The center point of the ellipse.

y float

The center point of the ellipse.

xray float

Horizontal and vertical radii of the ellipse.

yray float

Horizontal and vertical radii of the ellipse.

Graphics Mode
Before and after
GMode.pathObject

Meta