CVB.Net 14.0
PlaneLinkCollection Class Reference

Collection of linked planes of a MappedImage. More...

Inherits IEnumerable< ImagePlane >.

Public Member Functions

IEnumerator< ImagePlaneGetEnumerator ()
 Provides the enumerator for plane information access. More...
 

Properties

int Count [get]
 Gets the number of infos in this collection.
 
ImagePlane this[int index] [get]
 Indexed access to the individual plane information. More...
 

Detailed Description

Collection of linked planes of a MappedImage.

Member Function Documentation

◆ GetEnumerator()

IEnumerator< ImagePlane > GetEnumerator ( )

Provides the enumerator for plane information access.

Returns
Enumerator

Property Documentation

◆ this[int index]

ImagePlane this[int index]
get

Indexed access to the individual plane information.

The plane index identifies the plane of the parent image to retrieve the actual linked plane.

Parameters
indexindex of the plane to be accessed
Returns
Plane information object of the linked plane.
Exceptions
ArgumentOutOfRangeExceptionIf the index is invalid