GraphicsAdapter Members

The following tables list the members exposed by the GraphicsAdapter type.

Public Properties

Name Description
Public Property Static Adapters Collection of available adapters on the system.
Public Property CurrentDisplayMode Gets the current display mode.
Public Property Static DefaultAdapter Gets the default adapter.
Public Property Description Retrieves a string used for presentation to the user.
Public Property DeviceId Retrieves a value that is used to help identify a particular chip set.
Public Property DeviceName Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).
Public Property IsDefaultAdapter Determines if this instance of GraphicsAdapter is the default adapter.
Public Property IsWideScreen Determines if the graphics adapter is in widescreen mode.
Public Property MonitorHandle Retrieves the handle of the monitor associated with the Microsoft Direct3D object.
Public Property Revision Retrieves a value used to help identify the revision level of a particular chip set.
Public Property SubSystemId Retrieves a value used to identify the subsystem.
Public Property SupportedDisplayModes Returns a collection of supported display modes for the current adapter.
Public Property Static UseNullDevice Gets or sets a NULL device.
Public Property Static UseReferenceDevice Gets or sets a reference device.
Public Property VendorId Retrieves a value used to identify the manufacturer.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IsProfileSupported Tests to see if the adapter supports the requested profile.
Public Method QueryBackBufferFormat Queries the adapter for support for the requested back buffer format.
Public Method QueryRenderTargetFormat Queries the adapter for support for the requested render target format.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

GraphicsAdapter Class
Microsoft.Xna.Framework.Graphics Namespace