Table of Contents

TTMSFNCGraphicsPath.MoveTo Method

Moves the current drawing position to P without drawing a line, starting a new sub-path.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

procedure MoveTo(const P: TPointF);

Parameters

Name Description
P Target point in floating-point pixels.