ITMSFNCCustomPDFGraphicsExLib.DrawPathAddArc Method
Adds an arc segment to the current path defined by a center point, radius, and start/end angles.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsExLib
Syntax
procedure DrawPathAddArc(CenterPoint: TPointF; Radius: Single; StartAngle, EndAngle: Single; Clockwise: Boolean = False);
Parameters
| Name | Description |
|---|---|
CenterPoint |
Center of the arc circle in PDF coordinate units. |
Radius |
Radius of the arc circle in PDF coordinate units. |
StartAngle |
Start angle of the arc in degrees, measured clockwise from the positive X axis. |
EndAngle |
End angle of the arc in degrees. |
Clockwise |
When True, the arc is drawn in the clockwise direction. |