RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Intersects Method
A C1TextRange to intersect with.

In This Topic
    Intersects Method (C1TextRange)
    In This Topic
    Returns whether this range intersects the parameter range.
    Syntax
    'Declaration
     
    
    Public Function Intersects( _
       ByVal range As C1TextRange _
    ) As Boolean
    public bool Intersects( 
       C1TextRange range
    )

    Parameters

    range
    A C1TextRange to intersect with.

    Return Value

    Whether this range intersects the parameter range.
    See Also