Name
page:Arc -- append arc to path
Synopsis
status = page:Arc(x, y, radius, ang1, ang2)
Function
page:Arc() appends a circle arc to the current path. Angles are given in degrees, with 0 degrees being vertical, upward, from the (x,y) position.

Inputs
x
the x center point of the circle
y
the y center point of the circle
radius
the radius of the circle
ang1
the angle of the begining of the arc
ang2
the angle of the end of the arc; it must be greater than ang1
Results
status
status code

Show TOC