comment centrer une fenêtre en monogame

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