Nevron Open Vision Documentation
Nevron.Nov Namespace / NMultiLength Structure / NewFixed Method
Length specified in DIP units.


In This Topic
    NewFixed Method (NMultiLength)
    In This Topic
    Creates a new NMultiLength instance and initializes it with a length specified in DIP units.
    Syntax
    'Declaration
     
    
    Public Shared Function NewFixed( _
       ByVal length As System.Double _
    ) As NMultiLength
    'Usage
     
    
    Dim length As System.Double
    Dim value As NMultiLength
     
    value = NMultiLength.NewFixed(length)
    public static NMultiLength NewFixed( 
       System.double length
    )

    Parameters

    length
    Length specified in DIP units.

    Return Value

    A new multi length object.
    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