Page.rectangle

Appends a rectangle to the current path.

Graphics Mode
Before
GMode.pageDescription or GMode.pathObject`
After
GMode.pathObject
class Page
rectangle
(
float x
,
float y
,
float width
,
float height
)

Parameters

x float

The x coordinate of lower-left point of the rectangle.

y float

The y coordinate of lower-left point of the rectangle.

width float

The width of the rectangle.

height float

The height of the rectangle.

Meta