ImageInformation.MipLevels Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of mip levels in the original image.

Definition

Visual Basic Public Property MipLevels As Integer
C# public int MipLevels { get; set; }
C++ public:
property int MipLevels {
        int get();
        void set(int value);
}
JScript public function get MipLevels() : int
public function set MipLevels(int);

Property Value

System.Int32
Integer that represents the number of mip levels.

This property is read/write.