Share via


GameWindow.EndScreenDeviceChange Method (String)

Completes a device transition.

Syntax

'Declaration
Public Sub EndScreenDeviceChange ( _
         screenDeviceName As String _
)
public void EndScreenDeviceChange (
         string screenDeviceName
)
public:
void EndScreenDeviceChange(
         String screenDeviceName
)

Parameters

  • screenDeviceName
    Type: String
    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.

Remarks

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

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

BeginScreenDeviceChange
GameWindow Class
GameWindow Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone