TTMSFNCGraphicsContextAndroid.PathLineTo Method
Adds a straight line segment from the current path cursor to the specified point.
API unit family: TMSFNCGraphics.Android
Declaring type: TTMSFNCGraphicsContextAndroid
Syntax
procedure PathLineTo(APath: Pointer; APoint: TPointF); override;
Parameters
| Name | Description |
|---|---|
APath |
Pointer to the path object to update. |
APoint |
The end point of the line segment in canvas coordinates. |