![]() |
![]() |
![]() |
PresentParameters.MultiSample Property |
Language: |
Retrieves or sets the MultiSampleType.
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);
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.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center