Class ScratchCollection
Contents
[
Hide
]ScratchCollection class
Scratch collection.
public class ScratchCollection : Collection<Scratch>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Add(Scratch) | Add the Scratch object in the collection. |
| BinarySearch(Scratch) | |
| BinarySearch(Scratch, IComparer<Scratch>) | |
| BinarySearch(int, int, Scratch, IComparer<Scratch>) | |
| Clear() | |
| Contains(Scratch) | |
| CopyTo(Scratch[]) | |
| CopyTo(Scratch[], int) | |
| CopyTo(int, Scratch[], int, int) | |
| Exists(Predicate<Scratch>) | |
| Find(Predicate<Scratch>) | |
| FindAll(Predicate<Scratch>) | |
| FindIndex(Predicate<Scratch>) | |
| FindIndex(int, Predicate<Scratch>) | |
| FindIndex(int, int, Predicate<Scratch>) | |
| FindLast(Predicate<Scratch>) | |
| FindLastIndex(Predicate<Scratch>) | |
| FindLastIndex(int, Predicate<Scratch>) | |
| FindLastIndex(int, int, Predicate<Scratch>) | |
| GetEnumerator() | |
| IndexOf(Scratch) | |
| IndexOf(Scratch, int) | |
| IndexOf(Scratch, int, int) | |
| LastIndexOf(Scratch) | |
| LastIndexOf(Scratch, int) | |
| LastIndexOf(Scratch, int, int) | |
| Remove(Scratch) | Remove the Scratch object from the collection. |
| RemoveAt(int) |
See Also
- class Collection<T>
- class Scratch
- namespace Aspose.Diagram
- assembly Aspose.Diagram