ImagePlaneCollection Class

CVB.Net Documentation
Collection of plane informations.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionImage, ImagePlane
    Stemmer.CvbImagePlaneCollection

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public sealed class ImagePlaneCollection : InfoCollection<Image, ImagePlane>, 
	IEnumerable<ImagePlane>, IEnumerable

The ImagePlaneCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Number of elements in the collection.
(Inherited from InfoCollectionTParent, TInfo.)
Public propertyDataTypesIdentical
True if all image infos in this collection have the same data type, false otherwise.
Public propertyItem
Indexed access to the individual plane information.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMap
Creates a mapped image of this image, containing all of the original image planes. The mapped image will share its memory with the input planes.
Public methodMap(IEnumerableInt32)
Creates a mapped image of this image, containing only a subset of the original image planes. The mapped image will share its memory with the input planes.
Public methodMap(Int32)
Creates a mapped image of this image, containing only a subset of the original image planes. The mapped image will share its memory with the input planes.
Public methodToArray
Converts this collection into an array.
(Inherited from InfoCollectionTParent, TInfo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableTInfoGetEnumerator
Provides the enumerator for plane information access.
(Inherited from InfoCollectionTParent, TInfo.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Provides the enumerator for type-unsafe information access.
(Inherited from InfoCollectionTParent, TInfo.)
Top
See Also

Reference