C# Class GoF.Lexi.Application.GUI.TextWindow

Inheritance: Window
Afficher le fichier Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Méthodes publiques

Méthode Description
DrawText ( string input ) : void
RemoveTextChars ( int numberOfChars ) : void
TextWindow ( WindowImp windowImpl ) : System

Method Details

DrawText() public méthode

public DrawText ( string input ) : void
input string
Résultat void

RemoveTextChars() public méthode

public RemoveTextChars ( int numberOfChars ) : void
numberOfChars int
Résultat void

TextWindow() public méthode

public TextWindow ( WindowImp windowImpl ) : System
windowImpl WindowImp
Résultat System