SamplerStateManager.MaxAnisotropy Property |
Language: |
Retrieves or sets the maximum anisotropy.
Visual Basic Public Property MaxAnisotropy As Integer C# public int MaxAnisotropy { get; set; } C++ public:
property int MaxAnisotropy {
int get();
void set(int value);
}JScript public function get MaxAnisotropy() : int
public function set MaxAnisotropy(int);
System.Int32
This property is read/write.
Integer that represents the maximum anisotropy value to set or retrieve.
The default value is 0.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.