Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScreen Class / DipsToPixels Method


In This Topic
    DipsToPixels Method
    In This Topic
    Converts the specified dips measure to pixels, according to this screen resolution.
    Syntax
    'Declaration
     
    
    Public Function DipsToPixels( _
       ByVal dips As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NScreen
    Dim dips As System.Double
    Dim value As System.Double
     
    value = instance.DipsToPixels(dips)
    public System.double DipsToPixels( 
       System.double dips
    )

    Parameters

    dips
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also