TTMSFNCGraphicsPath.AddLine Method
Adds a straight line segment from
StartPointtoEndPoint.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure AddLine(const StartPoint, EndPoint: TPointF);
Parameters
| Name | Description |
|---|---|
StartPoint |
Start point of the line segment. |
EndPoint |
End point of the line segment. |