SamplerStateManager.MaxMipLevel Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the level of detail (LOD) index of the largest map to use.

Definition

Visual Basic .NET Public Property MaxMipLevel As Integer
C# public int MaxMipLevel { get; set; }
Managed C++ public: __property int get_MaxMipLevel();
public: __property void set_MaxMipLevel(int);
JScript .NET public function get MaxMipLevel() : int
public function set MaxMipLevel(int);

Property Value

System.Int32 . Integer that represents the maximum level of detail (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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.