How to find the window size in XNA
Posted
by
Nick Van Hoogenstyn
on Game Development
See other posts from Game Development
or by Nick Van Hoogenstyn
Published on 2011-02-17T08:51:07Z
Indexed on
2011/02/17
15:34 UTC
Read the original article
Hit count: 326
XNA
I just wanted to know if there was a way to find out the size of the window in XNA. I don't want to set it to a specific size; I would like to know what dimensions it currently displays as automatically. Is there a way to find this information out?
I realize I probably should have found this information out (or set it myself manually) before working on the game, but I'm a novice and am now hoping to work within the dimensions I have already become invested in. Thanks!
© Game Development or respective owner