ITMSFNCCustomPDFGraphicsLib.DrawLine Method
Draws a straight line between two points using the current
Strokesettings.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsLib
Syntax
procedure DrawLine(StartPoint, EndPoint: TPointF);
Parameters
| Name | Description |
|---|---|
StartPoint |
Starting point of the line in PDF coordinate units. |
EndPoint |
Ending point of the line in PDF coordinate units. |