Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRangeF Structure / Combine Method


In This Topic
    Combine Method (NRangeF)
    In This Topic
    Combines the two ranges.
    Syntax
    'Declaration
     
    
    Public Sub Combine( _
       ByVal range As NRangeF _
    ) 
    'Usage
     
    
    Dim instance As NRangeF
    Dim range As NRangeF
     
    instance.Combine(range)
    public void Combine( 
       NRangeF range
    )

    Parameters

    range
    Remarks
    Both ranges must be normalized.
    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