THPDFPage.GStateSave

THPDFPage

 

Вверх  Назад  Далее

Save the current graphics state

 

Delphi syntax:

procedure GStateSave;

 

C++ syntax:

void __fastcall GStateSave(void);

 

Описание

Save the current graphics state on the graphics state stack.

 

См. также: GStateRestore.