Table of Contents

ITMSFNCCustomPDFGraphicsLib.DrawPathAddCurveToPoint Method

Adds a cubic Bezier curve segment to the current path.

API unit family: TMSFNCPDFGraphicsLib Declaring type: ITMSFNCCustomPDFGraphicsLib

Syntax

procedure DrawPathAddCurveToPoint(FirstControlPoint, SecondControlPoint, EndPoint: TPointF);

Parameters

Name Description
FirstControlPoint First control point of the curve in PDF coordinate units.
SecondControlPoint Second control point of the curve in PDF coordinate units.
EndPoint End point of the curve in PDF coordinate units.