Name
page:Rectangle -- append rectangle to path
Synopsis
status = page:Rectangle(x, y, width, height)
Function
page:Rectangle() appends a rectangle to the current path.

Inputs
x
x coordinate of lower left point of the rectangle
y
y coordinate of lower left point of the rectangle
width
width of the rectangle
height
height of the rectangle
Results
status
status code

Show TOC