Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplate Class / OnResolutionChanged Method


In This Topic
    OnResolutionChanged Method (NTemplate)
    In This Topic
    Called when the resolution of this template has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnResolutionChanged( _
       ByVal newResolution As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NTemplate
    Dim newResolution As System.Single
     
    instance.OnResolutionChanged(newResolution)
    protected virtual void OnResolutionChanged( 
       System.float newResolution
    )

    Parameters

    newResolution
    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