TTMSFNCGraphicsPath.LineTo Method
Adds a straight line segment from the current position to
P.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure LineTo(const P: TPointF);
Parameters
| Name | Description |
|---|---|
P |
End point of the line segment in floating-point pixels. |