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

FixedRange(Int32, Int32) Constructor

Initializes a new instance of the FixedRange class with the specified start and length.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public FixedRange(
    int start,
    int length
)

Parameters

Name Type Description
start Int32

An integer that is the start position of the range.

length Int32

An integer that is number of positions contained in the range.

See Also