Class LineToCollection

LineToCollection class

LineTo collection.

public class LineToCollection : Collection<LineTo>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
BinarySearch(LineTo)
BinarySearch(LineTo, IComparer<LineTo>)
BinarySearch(int, int, LineTo, IComparer<LineTo>)
Clear()
Contains(LineTo)
CopyTo(LineTo[])
CopyTo(LineTo[], int)
CopyTo(int, LineTo[], int, int)
Exists(Predicate<LineTo>)
Find(Predicate<LineTo>)
FindAll(Predicate<LineTo>)
FindIndex(Predicate<LineTo>)
FindIndex(int, Predicate<LineTo>)
FindIndex(int, int, Predicate<LineTo>)
FindLast(Predicate<LineTo>)
FindLastIndex(Predicate<LineTo>)
FindLastIndex(int, Predicate<LineTo>)
FindLastIndex(int, int, Predicate<LineTo>)
GetEnumerator()
IndexOf(LineTo)
IndexOf(LineTo, int)
IndexOf(LineTo, int, int)
LastIndexOf(LineTo)
LastIndexOf(LineTo, int)
LastIndexOf(LineTo, int, int)
RemoveAt(int)

See Also