THPDFPage.GStateSave

THPDFPage

 

맨 위  이전  다음

Save the current graphics state

 

Delphi 구문:

procedure GStateSave;

 

C++ 구문:

void __fastcall GStateSave(void);

 

설명

Save the current graphics state on the graphics state stack.

 

참조: GStateRestore.