TTMSFNCGraphicsPath.MoveTo Method
Moves the current drawing position to
Pwithout 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. |