Table of Contents

TTMSFNCGraphicsPath.SmoothCurveTo Method

Adds a smooth cubic Bezier curve, automatically mirroring the previous segment's second control point.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

procedure SmoothCurveTo(const ControlPoint2, EndPoint: TPointF);

Parameters

Name Description
ControlPoint2 Explicit second control point for this segment.
EndPoint End point of the curve.