Table of Contents

TTMSFNCGraphicsPDFEngine.DrawLine Method

Draws a line between two points in the PDF context.

API unit family: TMSFNCGraphicsPDFEngine Declaring type: TTMSFNCGraphicsPDFEngine

Syntax

procedure DrawLine(AFromPoint: TPointF; AToPoint: TPointF; AModifyPointModeFrom: TTMSFNCGraphicsModifyPointMode = gcpmRightDown; AModifyPointModeTo: TTMSFNCGraphicsModifyPointMode = gcpmRightDown); override;

Parameters

Name Description
AFromPoint Start point of the line.
AToPoint End point of the line.
AModifyPointModeFrom Pixel-alignment adjustment for the start point.
AModifyPointModeTo Pixel-alignment adjustment for the end point.