FixedRange.Intersect(FixedRange) Method
Gets whether the current and the specified ranges intersect.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| range | FixedRange | A FixedRange object that specifies the range to check for intersection. |
Returns
| Type | Description |
|---|---|
| Boolean | True if ranges intersect; otherwise, false. |
See Also