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


In This Topic
    Combine Method (NRange)
    In This Topic
    Combines the two ranges.
    Syntax
    'Declaration
     
    
    Public Sub Combine( _
       ByVal range As NRange _
    ) 
    'Usage
     
    
    Dim instance As NRange
    Dim range As NRange
     
    instance.Combine(range)
    public void Combine( 
       NRange 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