Table of Contents

TTMSFNCGraphicsPath.CurveTo Method

Adds a cubic Bezier curve from the current position to EndPoint using the two given control points.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

procedure CurveTo(const ControlPoint1, ControlPoint2, EndPoint: TPointF);

Parameters

Name Description
ControlPoint1 First control point.
ControlPoint2 Second control point.
EndPoint End point of the curve.