GameWindow.EndScreenDeviceChange Method (String, Int32, Int32)

Completes a device transition.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)

Syntax

public virtual abstract void EndScreenDeviceChange (
         string screenDeviceName,
         int clientWidth,
         int clientHeight
)

Parameters

  • screenDeviceName
    The desktop screen to move the window to. This should be the screen device name of the graphics device that has transitioned to full screen.
  • clientWidth
    The new width of the game's client window.
  • clientHeight
    The new height of the game's client window.

Remarks

This method must be called after any device change (that is, after resetting the graphics device).

See Also

Reference

BeginScreenDeviceChange
GameWindow Class
GameWindow Members
Microsoft.Xna.Framework Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista