how do i get the width and height of the entire screen in XNA?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This seems to be it (just googled for "xna screen width height" myself):
|
|||||||||||||||||||
|
|
Empirically I've found that in XNA 4.0 I need to use GraphicsDevice.Viewport.Width/Height, particularly when running windowed mode, as I find GraphicsDevice.DisplayMode.Width/Height gives me the resolution of the entire screen. Hopefully this helps someone else out. |
|||||||||
|