Table of Contents

TTMSFNCGraphicsContextiOS.PathLineTo Method

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

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

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.