I'm finishing up porting my game, Theta Wars (there's a short video of it on YouTube if anyone's interested, I'd link it but my university blocks it here), which thankfully has taken only about three hours. Everything works, but there's one problem: the screen resolution. I have my BackBuffer width and height set to 1280x720, respectively. I understand that the ClientBounds properties determine the actual window borders of the form (I read through the Displays and ViewPorts portion of the documentation), but I don't understand how to
modify them.
Therefore, only a portion of my actual drawn screen is visible (around 400x300, I'm guessing). How do I fix this?