arcTo
arcTo(float width, float heigth, float startAngle, float sweepAngle) method
Appends the specified arc to the path.
Parameters
| Name | Type | Description |
|---|---|---|
| width | float | Width of the rectangle |
| heigth | float | Height of the rectangle |
| startAngle | float | Start angle. |
| sweepAngle | float | Sweep angle/ |
Returns
void