AddLineToPath
Vector graphics, Path definition and drawing
Description
Adds a line to the current path.
The line is drawn from the last point to the point defined by (EndX, EndY).
Syntax
Delphi
function TPDFlib.AddLineToPath(EndX, EndY: Double): Integer;ActiveX
Function PDFlib::AddLineToPath(EndX As Double, EndY As Double) As LongDLL
int DLAddLineToPath(int InstanceID, double EndX, double EndY);Parameters
| EndX | The horizontal co-ordinate of the end point of the line to add to the path |
|---|---|
| EndY | The vertical co-ordinate of the end point of the line to add to the path |