SamplerStateManager.MaxAnisotropy Property

Language:

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

Retrieves or sets the maximum anisotropy.

Definition

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

Property Value

System.Int32 . Integer that represents the maximum anisotropy value to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.


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

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