Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the GraphicsDeviceManager is changing the GraphicsDevice settings (during reset or recreation of the GraphicsDevice). Raises the PreparingDeviceSettings event.
Syntax
'Declaration
Protected Overridable Sub OnPreparingDeviceSettings ( _
sender As Object, _
args As PreparingDeviceSettingsEventArgs _
)
protected virtual void OnPreparingDeviceSettings (
Object sender,
PreparingDeviceSettingsEventArgs args
)
protected:
virtual void OnPreparingDeviceSettings(
Object sender,
PreparingDeviceSettingsEventArgs args
)
Parameters
- sender
Type: Object
The GraphicsDeviceManager. - args
Type: PreparingDeviceSettingsEventArgs
The graphics device information to modify.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
GraphicsDeviceManager Class
GraphicsDeviceManager Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone