FixedRange.Intersect(FixedRange) Method
Gets whether the current and the specified ranges intersect.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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