WebPlanner 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

public abstract void Restore (
    GraphicsState gstate
)

Visual Basic  Copy Code

Public MustOverride Sub Restore ( _
    gstate As GraphicsState _
)

 Parameters

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

 See Also