THPDFPage.GStateSave

THPDFPage

 

Boven  Vorige  Volgende

Save the current graphics state

 

Delphi-syntaxis:

procedure GStateSave;

 

C++-syntaxis:

void __fastcall GStateSave(void);

 

Beschrijving

Save the current graphics state on the graphics state stack.

 

Zie ook: GStateRestore.