WebPlanner Programmer's Guide

IGraphics.Save Method

See Also
 


Saves the current state of this IGraphics object and identifies the saved state with a GraphicsState object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract GraphicsState Save ()

Visual Basic  Copy Code

Public MustOverride Function Save () As GraphicsState

 Return Value

This method returns a .NET GraphicsState object that represents the saved state of this IGraphics object.

 See Also