ComponentOne RichTextBox for WPF and Silverlight
Intersects Method (C1TextRange)

C1.Silverlight.RichTextBox.Documents Namespace > C1TextRange Class : Intersects Method
A C1TextRange to intersect with.
Returns whether this range intersects the parameter range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal range As C1TextRange _
) As System.Boolean
public System.bool Intersects( 
   C1TextRange range
)

Parameters

range
A C1TextRange to intersect with.

Return Value

Whether this range intersects the parameter range.
See Also

Reference

C1TextRange Class
C1TextRange Members