Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPage Class / LogicalToDips Method / LogicalToDips(Double) Method


In This Topic
    LogicalToDips(Double) Method
    In This Topic
    Converts a value measured in the logical unit, to DIPs (e.g. page drawing units). This method takes into account the drawing scale.
    Syntax
    'Declaration
     
    
    Public Overloads Function LogicalToDips( _
       ByVal length As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NPage
    Dim length As System.Double
    Dim value As System.Double
     
    value = instance.LogicalToDips(length)
    public System.double LogicalToDips( 
       System.double length
    )

    Parameters

    length
    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