Class PreparingDeviceSettingsEventArgs
The arguments to the PreparingDeviceSettings event.
public class PreparingDeviceSettingsEventArgs : EventArgs
- Inheritance
-
PreparingDeviceSettingsEventArgs
- Inherited Members
Constructors
PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)
Create a new instance of the event.
public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)
Parameters
graphicsDeviceInformation
GraphicsDeviceInformationThe default settings to be used in device creation.
Properties
GraphicsDeviceInformation
The default settings that will be used in device creation.
public GraphicsDeviceInformation GraphicsDeviceInformation { get; }