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 TQuickPDF0813.MovePath(NewX, NewY: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::MovePath(NewX As Double, NewY As Double) As Long
DLL
int QuickPDFMovePath(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 |