PresentationParameters.BackBufferWidth Property
Gets or sets a value indicating the width of the new swap chain's back buffer.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
Syntax
public int BackBufferWidth { get; set; }
Property Value
The width of the back buffer, in pixels.
Remarks
If IsFullScreen is true, BackBufferHeight and BackBufferWidth must equal the width and height of one of the enumerated display modes found through SupportedDisplayModes. If IsFullScreen is false and either of these values is zero, the corresponding dimension of the client area of the DeviceWindowHandle (or the focus window, if DeviceWindowHandle is Zero) is taken.
See Also
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP