Caps.MaxAnisotropy Property (Microsoft.DirectX.Direct3D)

Retrieves a value that indicates the maximum valid value for anisotropic filtering.

Definition

Visual Basic Public ReadOnly Property MaxAnisotropy As Integer
C# public int MaxAnisotropy { get; }
C++ public:
property int MaxAnisotropy {
        int get();
}
JScript public function get MaxAnisotropy() : int

Property Value

System.Int32
An Int32Leave Site value that indicates the maximum valid value for anisotropic filtering.

This property is read-only. 

Remarks

This property indicates the maximum valid value for the SamplerStateManager.MaxAnisotropy property.