StartPath
Vector graphics, Path definition and drawing
Description
Starts a multi-segment path.
Syntax
Delphi
function TDebenuPDFLibrary1811.StartPath(StartX, StartY: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::StartPath(StartX As Double,
StartY As Double) As Long
DLL
int DPLStartPath(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 |