New to Telerik UI for WinFormsStart a free 30-day trial

Represents collection of LineInfo

Definition

Constructors

C#
public LineInfoCollection()

Properties

C#
public LineInfo FirstLine { get; }
C#
public LineInfo LastLine { get; }

Methods

Adds the specified line.

C#
protected void Add(LineInfo line)
Parameters:lineLineInfo

The line.

Binaries the search.

C#
protected virtual LineInfo BinarySearch(IComparer<LineInfo> comparer)
Parameters:comparerIComparer<LineInfo>

The comparer.

Returns:

LineInfo

Binaries the index of the search by block.

C#
public LineInfo BinarySearchByBlockIndex(int index)
Parameters:indexint

The index.

Returns:

LineInfo

Binaries the search by offset.

C#
public LineInfo BinarySearchByOffset(int offset)
Parameters:offsetint

The offset.

Returns:

LineInfo

Binaries the search by Y coordinate.

C#
public LineInfo BinarySearchByYCoordinate(float y)
Parameters:yfloat

The y.

Returns:

LineInfo

Removes all items from the ICollection<T>.

C#
protected void Clear()
Exceptions:

NotSupportedException

The ICollection<T> is read-only.

Removes the range.

C#
protected void RemoveRange(int index, int count)
Parameters:indexint

The index.

countint

The count.