public class PreparingDeviceSettingsEventArgs
extends System.EventArgs
Constructor and Description |
---|
PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)
Creates a new instance of PreparingDeviceSettingsEventArgs.
|
Modifier and Type | Method and Description |
---|---|
GraphicsDeviceInformation |
getGraphicsDeviceInformation()
Gets information about the GraphicsDevice.
|
public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)
graphicsDeviceInformation
- Information about the GraphicsDevice.public GraphicsDeviceInformation getGraphicsDeviceInformation()