TTMSFNCGraphicsSaveState Class
Holds a snapshot of
TTMSFNCGraphicsstate — fill, stroke, font, and canvas DC — captured byTTMSFNCGraphics.SaveStateand restored byTTMSFNCGraphics.RestoreState.
API unit family: TMSFNCGraphicsTypes
Inherits from: TPersistent
Syntax
TTMSFNCGraphicsSaveState = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CustomSaveDC | An optional platform-specific device context handle stored alongside the standard canvas state. |
| Fill | The saved fill settings. |
| Font | The saved font settings. |
| SaveDC | The saved VCL/WEB device context handle. |
| Stroke | The saved stroke settings. |