[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextRange.Intersects

Intersects Method

Intersects(C1TextRange)

Returns whether this range intersects the parameter range.

Declaration
public bool Intersects(C1TextRange range)
Parameters
Type Name Description
C1TextRange range

A C1TextRange to intersect with.

Returns
Type Description
bool

Whether this range intersects the parameter range.