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

Inheritance: WindowImp
Datei anzeigen Open project: TheoAndersen/GoF.Lexi

Public Methods

Method Description
DrawText ( string text ) : void
RemoveTextChars ( int numberOfChars ) : void
SimpleTextWindowImp ( ) : System

Method Details

DrawText() public method

public DrawText ( string text ) : void
text string
return void

RemoveTextChars() public method

public RemoveTextChars ( int numberOfChars ) : void
numberOfChars int
return void

SimpleTextWindowImp() public method

public SimpleTextWindowImp ( ) : System
return System