Table of Contents

TTMSFNCGraphicsContextGeneral.PathLineTo Method

Adds a straight line segment from the current path cursor position to the specified point.

API unit family: TMSFNCGraphics.General Declaring type: TTMSFNCGraphicsContextGeneral

Syntax

procedure PathLineTo(APath: Pointer; APoint: TPointF); override;

Parameters

Name Description
APath Pointer to the path object to update.
APoint The end point of the line segment in canvas coordinates.