Свойство | Type | Description | |
---|---|---|---|
windowImplementation | WindowImp |
Méthode | Description | |
---|---|---|
DrawText ( string text ) : void | ||
RemoveTextChars ( int numberOfChars ) : void | ||
Window ( WindowImp windowImplementation ) : System |
public abstract DrawText ( string text ) : void | ||
text | string | |
Résultat | void |
public abstract RemoveTextChars ( int numberOfChars ) : void | ||
numberOfChars | int | |
Résultat | void |
public Window ( WindowImp windowImplementation ) : System | ||
windowImplementation | WindowImp | |
Résultat | System |