Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.CurveTo Method

Emits a PDF c (cubic Bézier curve) operator using six control-point coordinates.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

procedure CurveTo(AX1, AX2, AX3, AX4, AX5, AX6: Single);

Parameters

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