TTMSFNCGraphicsPath.AddArc Method
Appends an arc as a path segment.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure AddArc(const Center, Radius: TPointF; StartAngle, SweepAngle: Single);
Parameters
| Name | Description |
|---|---|
Center |
Center point of the defining ellipse. |
Radius |
Horizontal and vertical radii of the defining ellipse. |
StartAngle |
Start angle in degrees, measured clockwise from the 3 o'clock position. |
SweepAngle |
Angular extent in degrees; positive values sweep clockwise. |