Nevron .NET Vision
Nevron.Diagram Namespace / NGraphicsSettings Class / Apply Method / Apply(IN2DDevice) Method


In This Topic
    Apply(IN2DDevice) Method
    In This Topic
    Applies the settings to the specified device
    Syntax
    'Declaration
     
    
    Public Overloads Sub Apply( _
       ByVal device As IN2DDevice _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsSettings
    Dim device As IN2DDevice
     
    instance.Apply(device)
    public void Apply( 
       IN2DDevice device
    )

    Parameters

    device
    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