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

Inheritance: WindowImp
Afficher le fichier Open project: TheoAndersen/GoF.Lexi

Méthodes publiques

Méthode Description
DrawText ( string text ) : void
RemoveTextChars ( int numberOfChars ) : void
SimpleTextWindowImp ( ) : System

Method Details

DrawText() public méthode

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

RemoveTextChars() public méthode

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

SimpleTextWindowImp() public méthode

public SimpleTextWindowImp ( ) : System
Résultat System