ComponentOne CalendarView 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.
    See Also