SamplerStateManager.MaxMipLevel Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the level of detail (LOD) index of the largest map to use.
Definition
Visual Basic Public Property MaxMipLevel As Integer C# public int MaxMipLevel { get; set; } C++ public:
property int MaxMipLevel {
int get();
void set(int value);
}JScript public function get MaxMipLevel() : int
public function set MaxMipLevel(int);
Property Value
System.Int32
Integer that represents the maximum LOD to set or retrieve.This property is read/write.
Remarks
The index value can range from 0 to (n-1), where 0 is the largest map.