Class Screen
A debugging screen that takes the place of the active Screen and displays information about SadConsole.
Inherited Members
Namespace: SadConsole.Debug
Assembly: SadConsole.dll
Syntax
public static class Screen
Methods
Show()
Shows the debug screen with the default font and size.
Declaration
public static void Show()
Show(IFont, Point)
Displays the debugger.
Declaration
public static void Show(IFont font, Point fontSize)