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 TQuickPDF0813.AddLineToPath(EndX, EndY: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::AddLineToPath(EndX As Double,
EndY As Double) As Long
DLL
int QuickPDFAddLineToPath(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 |