THPDFPage.GStateSave

THPDFPage

 

Arriba  Anterior  Siguiente

Save the current graphics state

 

Sintaxis Delphi:

procedure GStateSave;

 

Sintaxis C++:

void __fastcall GStateSave(void);

 

Descripción

Save the current graphics state on the graphics state stack.

 

Véase también: GStateRestore.