Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.MoveTo Method

Emits a PDF m (move-to) path operator, starting a new sub-path at APoint.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

procedure MoveTo(APoint: TPointF);

Parameters

Name Description
APoint Start point of the new sub-path in PDF user space coordinates.