ITMSFNCCustomPDFGraphicsExLib.DrawPathAddArcToPoint Method
Adds a tangential arc segment to the current path defined by two tangent points and a radius.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsExLib
Syntax
procedure DrawPathAddArcToPoint(FirstPoint, SecondPoint: TPointF; Radius: Single);
Parameters
| Name | Description |
|---|---|
FirstPoint |
First tangent point of the arc. |
SecondPoint |
Second tangent point of the arc. |
Radius |
Radius of the arc in PDF coordinate units. |