Class PreparingDeviceSettingsEventArgs
Describes settings to apply before preparing a device for creation, used by OnPreparingDeviceSettings(object, PreparingDeviceSettingsEventArgs).
public class PreparingDeviceSettingsEventArgs : EventArgs
- Inheritance
-
PreparingDeviceSettingsEventArgs
- Inherited Members
Constructors
PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)
Initializes a new instance of the PreparingDeviceSettingsEventArgs class.
public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)
Parameters
graphicsDeviceInformation
GraphicsDeviceInformationThe graphics device information.
Properties
GraphicsDeviceInformation
Gets the graphics device information.
public GraphicsDeviceInformation GraphicsDeviceInformation { get; }
Property Value
- GraphicsDeviceInformation
The graphics device information.