Method wnd.MoveToScreenCenter
Overload
Moves this window to the center of the screen. Ensures that entire window is in that screen.
public void MoveToScreenCenter(screen screen = default)
Parameters
Exceptions
Remarks
Calls ShowNotMinMax(true)
and MoveInScreen(default, default, screen, true)
. See wnd.MoveInScreen.