Class LineInfoYComparer
Y-coordinate comparer of LineInfo
Inheritance
System.Object
LineInfoYComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LineInfoYComparer : IComparer<LineInfo>
Constructors
LineInfoYComparer(Single)
Initializes a new instance of the LineInfoYComparer class.
Declaration
public LineInfoYComparer(float yCoorditante)
Parameters
System.Single
yCoorditante
The y coorditante. |
Methods
Compare(LineInfo, LineInfo)
Compares the specified line X.
Declaration
public int Compare(LineInfo lineX, LineInfo lineY)
Parameters
LineInfo
lineX
The line X. |
LineInfo
lineY
The line Y. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)