THPDFPage.GStateRestore
THPDFPage
Restore the graphics state
Delphi 구문:
procedure GStateRestore;
C++ 구문:
void __fastcall GStateRestore( void );
설명
Stack에서 가장 최근에 saved된 state를 제거하고 current state로 만들어 graphics state를 restore합니다
참조: GStateSave.