ITMSFNCCustomPDFGraphicsLib.DrawPathAddQuadCurveToPoint Method
Adds a quadratic Bezier curve segment to the current path.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsLib
Syntax
procedure DrawPathAddQuadCurveToPoint(ControlPoint: TPointF; EndPoint: TPointF);
Parameters
| Name | Description |
|---|---|
ControlPoint |
Control point of the curve in PDF coordinate units. |
EndPoint |
End point of the curve in PDF coordinate units. |