PathOperationEllipticArcTo | ||||||||||||||||
Type | statement | |||||||||||||||
Dictionary | LCB | |||||||||||||||
Library | LiveCode Builder | |||||||||||||||
Syntax |
| |||||||||||||||
Associations | com.livecode.canvas | |||||||||||||||
Summary | Adds an arc to a path. | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Description | Adds an arc from the previous point to mEnd on mPath, following a section of an ellipse with the given radii & angle. As there can be two different ellipses that match the parameters, and two potential arcs for each ellipse, this variation of "arc to ..." will select the arc that most closely matches the direction from the last point to the current position on mPath. | |||||||||||||||
Tags | canvas |