Class EllipseCollection
EllipseCollection class
Ellipse collection.
public class EllipseCollection : Collection<Ellipse>
Properties
Methods
| Name | Description |
|---|
| BinarySearch(Ellipse) | |
| BinarySearch(Ellipse, IComparer<Ellipse>) | |
| BinarySearch(int, int, Ellipse, IComparer<Ellipse>) | |
| Clear() | |
| Contains(Ellipse) | |
| CopyTo(Ellipse[]) | |
| CopyTo(Ellipse[], int) | |
| CopyTo(int, Ellipse[], int, int) | |
| Exists(Predicate<Ellipse>) | |
| Find(Predicate<Ellipse>) | |
| FindAll(Predicate<Ellipse>) | |
| FindIndex(Predicate<Ellipse>) | |
| FindIndex(int, Predicate<Ellipse>) | |
| FindIndex(int, int, Predicate<Ellipse>) | |
| FindLast(Predicate<Ellipse>) | |
| FindLastIndex(Predicate<Ellipse>) | |
| FindLastIndex(int, Predicate<Ellipse>) | |
| FindLastIndex(int, int, Predicate<Ellipse>) | |
| GetEnumerator() | |
| IndexOf(Ellipse) | |
| IndexOf(Ellipse, int) | |
| IndexOf(Ellipse, int, int) | |
| LastIndexOf(Ellipse) | |
| LastIndexOf(Ellipse, int) | |
| LastIndexOf(Ellipse, int, int) | |
| RemoveAt(int) | |
See Also