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.