Nevron Open Vision Documentation
Nevron.Nov Namespace / NMultiLength Structure / NewPercentage Method
Length specified in percent units.


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

    Parameters

    percent
    Length specified in percent 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