Table of Contents

TTMSFNCGraphicsContextUnix.PathLineTo Method

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

API unit family: TMSFNCGraphics.Unix Declaring type: TTMSFNCGraphicsContextUnix

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.