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 Long

DLL

int DLMovePath(int InstanceID, double NewX, double NewY);

Parameters

NewXThe new horizontal co-ordinate of the starting point of the new sub-path
NewYThe new vertical co-ordinate of the starting point of the new sub-path