C# Class SadConsoleEditor.Controls.ColorPresenter

Inheritance: SadConsole.Controls.ControlBase
Afficher le fichier Open project: Thraka/SadConsoleEditor

Méthodes publiques

Méthode Description
ColorPresenter ( string title, Color foreground, int width ) : System
Compose ( ) : void
DetermineAppearance ( ) : void

Méthodes protégées

Méthode Description
OnLeftMouseClicked ( MouseInfo info ) : void
OnRightMouseClicked ( MouseInfo info ) : void

Method Details

ColorPresenter() public méthode

public ColorPresenter ( string title, Color foreground, int width ) : System
title string
foreground Color
width int
Résultat System

Compose() public méthode

public Compose ( ) : void
Résultat void

DetermineAppearance() public méthode

public DetermineAppearance ( ) : void
Résultat void

OnLeftMouseClicked() protected méthode

protected OnLeftMouseClicked ( MouseInfo info ) : void
info SadConsole.Input.MouseInfo
Résultat void

OnRightMouseClicked() protected méthode

protected OnRightMouseClicked ( MouseInfo info ) : void
info SadConsole.Input.MouseInfo
Résultat void