arcTo

arcTo(float width, float heigth, float startAngle, float sweepAngle) method

Appends the specified arc to the path.

Parameters

NameTypeDescription
widthfloatWidth of the rectangle
heigthfloatHeight of the rectangle
startAnglefloatStart angle.
sweepAnglefloatSweep angle/

Returns

void