Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPage Class / LogicalLengthToDips Method


In This Topic
    LogicalLengthToDips Method
    In This Topic
    Converts a logical length to DIPs (e.g. page drawing units). This method takes into account the drawing scale.
    Syntax
    'Declaration
     
    
    Public Function LogicalLengthToDips( _
       ByVal length As NLength _
    ) As System.Double
    'Usage
     
    
    Dim instance As NPage
    Dim length As NLength
    Dim value As System.Double
     
    value = instance.LogicalLengthToDips(length)
    public System.double LogicalLengthToDips( 
       NLength 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