Share via


GraphicsAdapter.CheckDeviceMultiSampleType Method

Verifies whether a multisample technique is available on a specified device.

Overload List

Name Description
GraphicsAdapter.CheckDeviceMultiSampleType (DeviceType, SurfaceFormat, Boolean, MultiSampleType) Verifies whether a multisample technique is available on a specified device.
GraphicsAdapter.CheckDeviceMultiSampleType (DeviceType, SurfaceFormat, Boolean, MultiSampleType, Int32) Verifies whether a multisample technique is available on a specified device, optionally returning the number of quality stops available for the specified technique.

Remarks

This method is intended for use with both render-target and depth-stencil surfaces because they must be created multisampled to be used together.

See Also

Reference

GraphicsAdapter Class
GraphicsAdapter Members
Microsoft.Xna.Framework.Graphics Namespace