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


In This Topic
    DipsToLogical(Double) Method
    In This Topic
    Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale.
    Syntax
    'Declaration
     
    
    Public Overloads Function DipsToLogical( _
       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.DipsToLogical(length)
    public System.double DipsToLogical( 
       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