how to center a window in monogame

Code Example - how to center a window in monogame

                
                        Window.Position = new Point(GraphicsDevice.Adapter.CurrentDisplayMode.Width / 2 - WIDTH * SCALE / 2, GraphicsDevice.Adapter.CurrentDisplayMode.Height / 2 - HEIGHT * SCALE / 2);