Returns the intersection with another range.

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

Syntax

C#
public C1TextRange Intersection(
	C1TextRange range
)
Visual Basic
Public Function Intersection ( _
	range As C1TextRange _
) As C1TextRange

Return Value

The intersection with the other range.

See Also