vote up 2 vote down star

how do i get the width and height of the entire screen in XNA?

flag

1 Answer

vote up 5 vote down check

This seems to be it (just googled for "xna screen width height" myself):

GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Height GraphicsAdapter.DefaultAdapter.CurrentDisplayMode.Width

link|flag
Yeah, Google is a real mystery to most people. – Bombe Sep 4 at 7:00
@Bombe: What does it hurt to have the information here? IIRC, Jeff and Joel want to turn this place into a one-stop information house about all things programming. – jasonh Sep 4 at 18:10
@jansonh: A noble cause, but we should start with more interesting topics before turning to replicating readily available manuals on the web. – Adrian Grigore Sep 4 at 22:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.