Table of Contents

TTMSFNCGraphicsContextiOS.PathMoveTo Method

Moves the path cursor to the specified point without drawing a line.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

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

Parameters

Name Description
APath Pointer to the path object to update.
APoint The target point in canvas coordinates.