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

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

Protected Properties

Свойство Type Description
windowImplementation WindowImp

Méthodes publiques

Méthode Description
DrawText ( string text ) : void
RemoveTextChars ( int numberOfChars ) : void
Window ( WindowImp windowImplementation ) : System

Method Details

DrawText() public abstract méthode

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

RemoveTextChars() public abstract méthode

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

Window() public méthode

public Window ( WindowImp windowImplementation ) : System
windowImplementation WindowImp
Résultat System

Property Details

windowImplementation protected_oe property

protected WindowImp windowImplementation
Résultat WindowImp