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

Offset comparer of LineInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class LineInfoOffsetComparer

Inheritance: objectLineInfoOffsetComparer

Constructors

Initializes a new instance of the LineInfoOffsetComparer class.

C#
public LineInfoOffsetComparer(int offset)
Parameters:offsetint

The offset.

Methods

Compares the specified line.

C#
public int Compare(LineInfo line, LineInfo nullLine)
Parameters:lineLineInfo

The line.

nullLineLineInfo

The null line.

Returns:

int