Search
IGraphics.Restore Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: 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