Reference Library
GetSizeOfMipmap Method (mipmapIndex)
NamespacesMBNCSUtil.DataImageParserGetSizeOfMipmap(Int32)
Gets the size of the mipmap at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Size GetSizeOfMipmap(
	int mipmapIndex
)
Public MustOverride Function GetSizeOfMipmap ( _
	mipmapIndex As Integer _
) As Size
public:
virtual Size GetSizeOfMipmap(
	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
A Size containing the dimensions of the mipmap at that index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if mipmapIndex is out of bounds.

Assembly: Asgard5Library (Module: Asgard5Library)