TTMSFNCGraphicsPath.QuadCurveTo Method
Adds a quadratic Bezier curve from the current position to
EndPointusing one control point.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure QuadCurveTo(const ControlPoint, EndPoint: TPointF);
Parameters
| Name | Description |
|---|---|
ControlPoint |
Single control point of the quadratic curve. |
EndPoint |
End point of the curve. |