Collection of linked planes of a MappedImage.
More...
|
int | Count [get] |
| Gets the number of infos in this collection.
|
|
ImagePlane | this[int index] [get] |
| Indexed access to the individual plane information.
|
|
Collection of linked planes of a MappedImage.
◆ GetEnumerator()
Provides the enumerator for plane information access.
- Returns
- Enumerator
◆ this[int index]
Indexed access to the individual plane information.
The plane index identifies the plane of the parent image to retrieve the actual linked plane.
- Parameters
-
index | index of the plane to be accessed |
- Returns
- Plane information object of the linked plane.
- Exceptions
-
ArgumentOutOfRangeException | If the index is invalid |