Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.MultiSample Property

Language:

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

Retrieves or sets the MultiSampleType.

Definition

Visual Basic .NET Public Property MultiSample As MultiSampleType
C# public MultiSampleType MultiSample { get; set; }
Managed C++ public: __property MultiSampleType get_MultiSample();
public: __property void set_MultiSample(MultiSampleType);
JScript .NET public function get MultiSample() : MultiSampleType
public function set MultiSample(MultiSampleType);

Property Value

Microsoft.DirectX.Direct3D.MultiSampleType . Member of the MultiSampleType enumeration that indicates the level of multisampling used by the swap chain.

This property is read/write. 

Remarks

The value must be None unless the SwapEffect property is set to SwapEffect.Discard. Multisampling is supported only if the swap effect is SwapEffect.Discard.


© 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