MovePath

Vector graphics, Path definition and drawing

Beschrijving

Start een nieuw subpad binnen het huidige pad. Zo kunnen complexe vormen worden gemaakt (bijvoorbeeld met uitgesneden delen)

Syntaxis

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

NewXDe nieuwe horizontale coördinaat van het beginpunt van het nieuwe subpad
NewYDe nieuwe verticale coördinaat van het beginpunt van het nieuwe subpad