Click or drag to resize

OcrRegionCollectionT Methods

The OcrRegionCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(T)
Adds an OcrRegion to the collection.
Public methodAdd(OcrRegion)
Adds an OcrRegion to the collection.
(Inherited from OcrRegionCollection.)
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodContains(T)
Determines whether the collection contains a specified OcrRegion.
Public methodContains(OcrRegion)
Determines whether the collection contains a specified OcrRegion.
(Inherited from OcrRegionCollection.)
Public methodCopyTo(T, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodCopyTo(OcrRegion, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from OcrRegionCollection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(T)
Returns the index of a specified OcrRegion in the collection.
Public methodIndexOf(OcrRegion)
Returns the index of a specified OcrRegion in the collection.
(Inherited from OcrRegionCollection.)
Public methodInsert(Int32, OcrRegion)
Inserts an OcrRegion into the collection at specified position.
(Inherited from OcrRegionCollection.)
Public methodInsert(Int32, T)
Inserts an OcrRegion into the collection at specified position.
Public methodRemove(T)
Removes the first occurrence of the specified OcrRegion from the collection.
Public methodRemove(OcrRegion)
Removes the first occurrence of the specified OcrRegion from the collection.
(Inherited from OcrRegionCollection.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also