How do you get the screen size in a console application?
var w = Console.WindowWidth; var h = Console.WindowHeight;
--EDIT--
Screen.PrimaryScreen.Bounds Screen.PrimaryScreen.WorkingArea