Collection of linked planes of a MappedImage.
More...
Inherits IEnumerable< ImagePlane >.
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 |