[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextRange.Intersection

Intersection Method

Intersection(C1TextRange)

Returns the intersection with another range.

Declaration
public C1TextRange Intersection(C1TextRange range)
Public Function Intersection(range As C1TextRange) As C1TextRange
Parameters
Type Name Description
C1TextRange range

The other C1TextRange

Returns
Type Description
C1TextRange

The intersection with the other range.