C# Class SadConsole.Consoles.WindowRenderer

Renders a popup window taking into account the modal setting.
Inheritance: ControlsConsoleRenderer
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void

Renders a

WindowRenderer ( ) : System

Creates a new renderer.

Private Methods

Method Description
Color ( ) : System

Method Details

Render() public method

Renders a
public Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void
surface ITextSurfaceRendered
renderingMatrix Matrix
return void

WindowRenderer() public method

Creates a new renderer.
public WindowRenderer ( ) : System
return System