RenderToEnvironmentDescription.MipLevels Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the maximum level of detail (LOD) number.
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 maximum mipmap level to set or retrieve.This property is read/write.