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 LongDLL
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 |