Page.circle

Appends a circle to the current path.

class Page
circle
(
float x
,
float y
,
float ray
)

Parameters

x float

X coordinate of center point of the circle.

y float

Y coordinate of center point of the circle.

ray float

The radius of the circle.

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

Meta