Table of Contents

TTMSFNCGraphicsContext.PathMoveTo Method

Moves the current drawing position within native path APath to APoint without drawing.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

procedure PathMoveTo(APath: Pointer; APoint: TPointF); virtual; abstract;

Parameters

Name Description
APath Pointer to the native path object.
APoint Target point in floating-point pixels.