ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / Restore Method
A DeviceContextState that represents the state to which to restore this C1.Framework.Drawing.Gdi.Graphics object.

In This Topic
    Restore Method
    In This Topic
    Restores the state of this C1.Framework.Drawing.Gdi.Graphics object to the state represented by a handle.
    Syntax
    'Declaration
     
    
    Public Sub Restore( _
       ByVal state As DeviceContextState _
    ) 
    public void Restore( 
       DeviceContextState state
    )

    Parameters

    state
    A DeviceContextState that represents the state to which to restore this C1.Framework.Drawing.Gdi.Graphics object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also