1

How do I set the position of my window in MonoGame?

offi
  • 113
  • 5

1 Answers1

0

Set the GameWindow object's Position property.

Note the, per the source as of this writing, that property only exists for Windows projects using DirectX as a back-end.