OcrRegionCollectionT Methods |
The OcrRegionCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(T) | Adds an OcrRegion to the collection. | |
| Add(OcrRegion) | Adds an OcrRegion to the collection. (Inherited from OcrRegionCollection.) | |
| Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Contains(T) | Determines whether the collection contains a specified OcrRegion. | |
| Contains(OcrRegion) | Determines whether the collection contains a specified OcrRegion. (Inherited from OcrRegionCollection.) | |
| CopyTo(T, Int32) | Copies the elements of the ICollection to an Array,
starting at a particular Array index. | |
| CopyTo(OcrRegion, Int32) | Copies the elements of the ICollection to an Array,
starting at a particular Array index. (Inherited from OcrRegionCollection.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf(T) | Returns the index of a specified OcrRegion in the collection. | |
| IndexOf(OcrRegion) | Returns the index of a specified OcrRegion in the collection. (Inherited from OcrRegionCollection.) | |
| Insert(Int32, OcrRegion) | Inserts an OcrRegion into the collection at specified position. (Inherited from OcrRegionCollection.) | |
| Insert(Int32, T) | Inserts an OcrRegion into the collection at specified position. | |
| Remove(T) | Removes the first occurrence of the specified OcrRegion from the collection. | |
| Remove(OcrRegion) | Removes the first occurrence of the specified OcrRegion from the collection. (Inherited from OcrRegionCollection.) | |
| RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |