DrawLine
Description
Draws a line between two points.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawLine(StartX, StartY, EndX, EndY: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawLine(StartX As Double,
StartY As Double, EndX As Double, EndY As Double) As Long
DLL
int DPLDrawLine(int InstanceID, double StartX, double StartY, double EndX,
double EndY)
Parameters
StartX | Horizontal co-ordinate of start point |
StartY | Vertical co-ordinate of start point |
EndX | Horizontal co-ordinate of end point |
EndY | Vertical co-ordinate of end point |