Reference Library
GetMipmapImage Method (mipmapIndex)
NamespacesMBNCSUtil.DataImageParserGetMipmapImage(Int32)
Gets a new Image of the mipmap at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Image GetMipmapImage(
	int mipmapIndex
)
Public MustOverride Function GetMipmapImage ( _
	mipmapIndex As Integer _
) As Image
public:
virtual Image^ GetMipmapImage(
	int mipmapIndex
) abstract
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
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if mipmapIndex is out of bounds.

Assembly: Asgard5Library (Module: Asgard5Library)