Skip to main content

FixedRange.Intersect(FixedRange) Method

Gets whether the current and the specified ranges intersect.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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