TTMSFNCGraphicsContext.SaveState Method
Saves the current canvas state (transform, clip, pen/brush settings) into
AStatefor later restoration viaRestoreState.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure SaveState(AState: TTMSFNCGraphicsSaveState); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AState |
State object that receives the saved canvas settings. |