SurfaceDescription.MultiSampleQuality Property |
Language: |
Retrieves or sets the multisample quality level.
Visual Basic Public Property MultiSampleQuality As Integer C# public int MultiSampleQuality { get; set; } C++ public:
property int MultiSampleQuality {
int get();
void set(int value);
}JScript public function get MultiSampleQuality() : int
public function set MultiSampleQuality(int);
System.Int32
This property is read/write.
Integer that represents the quality level.
The valid quality level range is between zero and one less than the level returned by the qualityLevels parameter of Manager.CheckDeviceMultiSampleType.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center