Hi, when using Microsoft.Xna.Framework.Game as a base class is there a way to set the (initial) bounds of the window that opens? I found Game.Window.ClientBounds only, but that is a read-only property. Thanks.