TTMSFNCGraphicsContext.PathLineTo Method
Adds a straight line segment from the current position to
APointin native pathAPath.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure PathLineTo(APath: Pointer; APoint: TPointF); virtual; abstract;
Parameters
| Name | Description |
|---|---|
APath |
Pointer to the native path object. |
APoint |
End point of the line segment in floating-point pixels. |