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