Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.CurveTo2 Method

Emits a PDF v (cubic Bézier curve, first control point implicit) operator using four coordinates.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

procedure CurveTo2(AX1, AX2, AX3, AX4: Single);

Parameters

Name Description
AX1 X coordinate of the second control point.
AX2 Y coordinate of the second control point.
AX3 X coordinate of the end point.
AX4 Y coordinate of the end point.