Search
IGraphics.Restore Method
See Also
 





Restores the state of this IGraphics object to the specified state argument.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Restore (
    Object state
)

Visual Basic  Copy Code

Sub Restore( _
    state As Object _
)

 Parameters

state
An object that represents the state to which to restore this IGraphics object.

 See Also