Table of Contents

Interface IGraphicsDeviceService

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Provider of a GraphicsDevice.

public interface IGraphicsDeviceService

Properties

GraphicsDevice

The provided GraphicsDevice.

GraphicsDevice GraphicsDevice { get; }

Property Value

GraphicsDevice

Events

DeviceCreated

Raised when a new GraphicsDevice has been created.

event EventHandler<EventArgs> DeviceCreated

Event Type

EventHandler<EventArgs>

DeviceDisposing

Raised when the GraphicsDevice is disposed.

event EventHandler<EventArgs> DeviceDisposing

Event Type

EventHandler<EventArgs>

DeviceReset

Raised when the GraphicsDevice has reset.

event EventHandler<EventArgs> DeviceReset

Event Type

EventHandler<EventArgs>
See Also

DeviceResetting

Raised before the GraphicsDevice is resetting.

event EventHandler<EventArgs> DeviceResetting

Event Type

EventHandler<EventArgs>