Table of Contents

TTMSFNCGraphicsContextUnix.PathMoveTo Method

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

API unit family: TMSFNCGraphics.Unix Declaring type: TTMSFNCGraphicsContextUnix

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.