Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPropertyEditor Class / RescaleConstantsForDpi Method


In This Topic
    RescaleConstantsForDpi Method (NPropertyEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub RescaleConstantsForDpi( _
       ByVal deviceDpiOld As System.Integer, _
       ByVal deviceDpiNew As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NPropertyEditor
    Dim deviceDpiOld As System.Integer
    Dim deviceDpiNew As System.Integer
     
    instance.RescaleConstantsForDpi(deviceDpiOld, deviceDpiNew)
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void RescaleConstantsForDpi( 
       System.int deviceDpiOld,
       System.int deviceDpiNew
    )

    Parameters

    deviceDpiOld
    deviceDpiNew
    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