This is experimental documentation.
Gets a new Image of the mipmap at the specified index.
Declaration Syntax
Parameters
- mipmapIndex (Int32)
- The mipmap index. This value must be non-negative and less than the value reported by the NumberOfMipmaps property.
Return Value
An Image representation of the mipmap at the specified index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if mipmapIndex is out of bounds. |
Assembly: Asgard5Library (Module: Asgard5Library)