Class RelQuadBezToCollection

RelQuadBezToCollection class

RelQuadBezTo collection.

public class RelQuadBezToCollection : Collection<RelQuadBezTo>

Properties

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

Methods

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

See Also