Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRange2D Structure / Intersect Method


In This Topic
    Intersect Method (NRange2D)
    In This Topic
    Calculates the intersection range of two ranges.
    Syntax
    'Declaration
     
    
    Public Shared Function Intersect( _
       ByVal a As NRange2D, _
       ByVal b As NRange2D, _
       ByRef result As NRange2D _
    ) As System.Boolean
    'Usage
     
    
    Dim a As NRange2D
    Dim b As NRange2D
    Dim result As NRange2D
    Dim value As System.Boolean
     
    value = NRange2D.Intersect(a, b, result)
    public static System.bool Intersect( 
       NRange2D a,
       NRange2D b,
       out NRange2D result
    )

    Parameters

    a
    b
    result
    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