Microsoft DirectX 9.0 SDK Update (October 2004)

SurfaceDescription.MultiSampleQuality Property

Language:

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

Retrieves or sets the multisample quality level.

Definition

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

Property Value

System.Int32 . Integer that represents the quality level.

This property is read/write. 

Remarks

The valid quality level range is between zero and one less than the level returned by the qualityLevels parameter of Manager.CheckDeviceMultiSampleType.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center