Returns whether this range intersects the parameter range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public bool Intersects(
	C1TextRange range
)
Visual Basic
Public Function Intersects ( _
	range As C1TextRange _
) As Boolean

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A C1TextRange to intersect with.

Return Value

Whether this range intersects the parameter range.

See Also