Search
GdiGraphics.Restore Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void Restore (
    GraphicsState gstate
)

Visual Basic  Copy Code

Public Overridable Sub Restore( _
    gstate As GraphicsState _
)

 Parameters

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

 See Also