C# Class StarterProject.CustomConsoles.ScrollableConsole

Inheritance: SadConsole.Consoles.Console
Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Méthode Description
ProcessMouse ( MouseInfo info ) : bool
Render ( ) : void
ScrollableConsole ( int width, int height, int bufferHeight ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
OnPositionChanged ( Point oldLocation ) : void
OnVisibleChanged ( ) : void

Private Methods

Méthode Description
ScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

OnPositionChanged() protected méthode

protected OnPositionChanged ( Point oldLocation ) : void
oldLocation Point
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( MouseInfo info ) : bool
info SadConsole.Input.MouseInfo
Résultat bool

Render() public méthode

public Render ( ) : void
Résultat void

ScrollableConsole() public méthode

public ScrollableConsole ( int width, int height, int bufferHeight ) : System
width int
height int
bufferHeight int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void