how do i get the width and height of the entire screen in XNA?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||||||||
|