C# Class SadConsole.Consoles.WindowRenderer

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

Méthodes publiques

Méthode Description
Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void

Renders a

WindowRenderer ( ) : System

Creates a new renderer.

Private Methods

Méthode Description
Color ( ) : System

Method Details

Render() public méthode

Renders a
public Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void
surface ITextSurfaceRendered
renderingMatrix Matrix
Résultat void

WindowRenderer() public méthode

Creates a new renderer.
public WindowRenderer ( ) : System
Résultat System