Property Screen
Screen
Gets or sets the size of the screen. By default, this is the size of the screen as reported by the ConsoleDriver.
public static Rectangle Screen { get; set; }
Property Value
Remarks
If the ConsoleDriver has not been initialized, this will return a default size of 2048x2048; useful for unit tests.