Nevron .NET Vision
Nevron.GraphicsCore Namespace / N2DDevice Class / Restore Method


In This Topic
    Restore Method (N2DDevice)
    In This Topic
    Restores the device state to the cookie returned from calling the Save function.
    Syntax
    'Declaration
     
    
    Public Sub Restore( _
       ByVal cookie As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As N2DDevice
    Dim cookie As System.Integer
     
    instance.Restore(cookie)
    public void Restore( 
       System.int cookie
    )

    Parameters

    cookie
    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