OcrRegionCollectionT Class |
Namespace: Atalasoft.Ocr
[SerializableAttribute] public sealed class OcrRegionCollection<T> : OcrRegionCollection where T : OcrRegion
The OcrRegionCollectionT type exposes the following members.
Name | Description | |
---|---|---|
OcrRegionCollectionT | Initializes a new instance of the OcrRegionCollectionT class |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
Item |
Allows for retrieval of an OcrRegion from the collection by an index.
|
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.) |
Name | Description | |
---|---|---|
ElementChanged | This event is triggered when a change has been made to this collection. (Inherited from OcrRegionCollection.) |