PlaneLinkCollection Class

CVB.Net Documentation
Collection of linked planes of a MappedImage.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbPlaneLinkCollection

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

public sealed class PlaneLinkCollection : IEnumerable<ImagePlane>, 
	IEnumerable

The PlaneLinkCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of infos in this collection.
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 methodGetEnumerator
Provides the enumerator for plane information access.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Provides the enumerator for plane information access.
Top
See Also

Reference