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


In This Topic
    DipsToLogicalLength 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 Function DipsToLogicalLength( _
       ByVal length As System.Double _
    ) As NLength
    'Usage
     
    
    Dim instance As NPage
    Dim length As System.Double
    Dim value As NLength
     
    value = instance.DipsToLogicalLength(length)
    public NLength DipsToLogicalLength( 
       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