Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.LineTo Method

Emits a PDF l (line-to) path operator, appending a straight line to APoint.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

procedure LineTo(APoint: TPointF);

Parameters

Name Description
APoint End point of the line segment.