MovePath
Vector graphics, Path definition and drawing
Description
Starts a new sub-path within the current path. This allows complex shapes to be created (for example, with pieces cut out).
Syntax
Delphi
function TPDFlib.MovePath(NewX, NewY: Double): Integer;ActiveX
Function PDFlib::MovePath(NewX As Double, NewY As Double) As LongDLL
int DLMovePath(int InstanceID, double NewX, double NewY);Parameters
| NewX | The new horizontal co-ordinate of the starting point of the new sub-path |
|---|---|
| NewY | The new vertical co-ordinate of the starting point of the new sub-path |