Name
page:Ellipse -- append ellipse to path
Synopsis
status = page:Ellipse(x, y, xradius, yradius)
Function
page:Ellipse() appends an ellipse to the current path.

Inputs
x
x center point of the ellipse
y
y center point of the ellipse
xradius
horizontal radius of the ellipse
yradius
vertical radius of the ellipse
Results
status
status code

Show TOC