Table of Contents

TTMSFNCGraphicsSaveState Class

Holds a snapshot of TTMSFNCGraphics state — fill, stroke, font, and canvas DC — captured by TTMSFNCGraphics.SaveState and restored by TTMSFNCGraphics.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.