SetClippingPath

Vector graphics, Path definition and drawing

Beschrijving

Gebruikt het huidige pad als clipping path voor de volgende tekenbewerkingen

Het huidige pad wordt gecombineerd met het bestaande clipping path, wat betekent dat het clipgebied alleen kleiner kan worden gemaakt

Om het clipping path te herstellen: roep SaveState aan vóór deze functie en daarna LoadState om het clipping path terug te zetten naar zijn eerdere status

Syntaxis

Delphi

Function TPDFlib.SetClippingPath: Integer;

ActiveX

Function PDFlib::SetClippingPath() As Long

DLL

int DLSetClippingPath(int InstanceID);