PresentParameters.MultiSample Property |
Language: |
Retrieves or sets the MultiSampleType.
Visual Basic Public Property MultiSample As MultiSampleType C# public MultiSampleType MultiSample { get; set; } C++ public:
property MultiSampleType MultiSample {
MultiSampleType get();
void set(MultiSampleType value);
}JScript public function get MultiSample() : MultiSampleType
public function set MultiSample(MultiSampleType);
Microsoft.DirectX.Direct3D.MultiSampleType
This property is read/write.
Member of the MultiSampleType enumeration that indicates the level of multisampling used by the swap chain.
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.
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