Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FixedRange.Intersect(FixedRange) Method

Gets whether the current and the specified ranges intersect.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool Intersect(
    FixedRange range
)

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