Interface IGraphicsDeviceService
Service providing method to access GraphicsDevice life-cycle.
public interface IGraphicsDeviceServiceProperties
GraphicsDevice
Gets the current graphcs device.
GraphicsDevice GraphicsDevice { get; }Property Value
- GraphicsDevice
- The graphics device. 
Events
DeviceCreated
Occurs when a device is created.
event EventHandler<EventArgs> DeviceCreatedEvent Type
DeviceDisposing
Occurs when a device is disposing.
event EventHandler<EventArgs> DeviceDisposingEvent Type
DeviceReset
Occurs when a device is reseted.
event EventHandler<EventArgs> DeviceResetEvent Type
DeviceResetting
Occurs when a device is resetting.
event EventHandler<EventArgs> DeviceResetting