Table of Contents

TTMSFNCGraphicsContextMac.PathMoveTo Method

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

API unit family: TMSFNCGraphics.Mac Declaring type: TTMSFNCGraphicsContextMac

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.