StartPath
Vector graphics, Path definition and drawing
Description
Starts a multi-segment path.
Syntax
Delphi
function TQuickPDF0813.StartPath(StartX, StartY: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::StartPath(StartX As Double,
StartY As Double) As Long
DLL
int QuickPDFStartPath(int InstanceID, double StartX, double StartY)
Parameters
| StartX | Horizontal co-ordinate of the point where the curve should start |
| StartY | Vertical co-ordinate of the point where the curve should start |