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


In This Topic
    floatersect Method
    In This Topic
    floaterscects the range with another one
    Syntax
    'Declaration
     
    
    Public Function floatersect( _
       ByVal range As NRangeF, _
       ByRef result As NRangeF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRangeF
    Dim range As NRangeF
    Dim result As NRangeF
    Dim value As System.Boolean
     
    value = instance.floatersect(range, result)
    public System.bool floatersect( 
       NRangeF range,
       ref NRangeF result
    )

    Parameters

    range
    result

    Return Value

    True if floatersection exists, false otherwise
    Remarks
    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