Charting for WinForms Programmer's Guide
IGraphics.Restore Method
See Also
 






Restores the state of this IGraphics object to the state represented by a GraphicsState object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Restore (
    GraphicsState gstate
)

Visual Basic  Copy Code

Sub Restore( _
    gstate As GraphicsState _
)

 Parameters

gstate
A .NET GraphicsState object that represents the state to which to restore this IGraphics object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace