Microsoft.Xna.Framework
Interface IGraphicsDeviceService

All Known Implementing Classes:
GraphicsDeviceManager

public interface IGraphicsDeviceService

Defines a mechanism for retrieving GraphicsDevice objects.

Author:
Halofreak1990

Field Summary
static System.Event<System.EventArgs> DeviceCreated
          The event that occurs when a graphics device is created.
static System.Event<System.EventArgs> DeviceDisposing
          The event that occurs when a graphics device is disposing.
static System.Event<System.EventArgs> DeviceReset
          The event that occurs when a graphics device is reset.
static System.Event<System.EventArgs> DeviceResetting
          The event that occurs when a graphics device is in the process of resetting.
 
Method Summary
 Microsoft.Xna.Framework.Graphics.GraphicsDevice getGraphicsDevice()
          Retrieves a GraphicsDevice.
 

Field Detail

DeviceCreated

static final System.Event<System.EventArgs> DeviceCreated
The event that occurs when a graphics device is created.


DeviceDisposing

static final System.Event<System.EventArgs> DeviceDisposing
The event that occurs when a graphics device is disposing.


DeviceReset

static final System.Event<System.EventArgs> DeviceReset
The event that occurs when a graphics device is reset.


DeviceResetting

static final System.Event<System.EventArgs> DeviceResetting
The event that occurs when a graphics device is in the process of resetting.

Method Detail

getGraphicsDevice

Microsoft.Xna.Framework.Graphics.GraphicsDevice getGraphicsDevice()
Retrieves a GraphicsDevice.