C# 클래스 GoF.Lexi.Application.GUI.SimpleTextWindowImp

상속: WindowImp
파일 보기 프로젝트 열기: TheoAndersen/GoF.Lexi

공개 메소드들

메소드 설명
DrawText ( string text ) : void
RemoveTextChars ( int numberOfChars ) : void
SimpleTextWindowImp ( ) : System

메소드 상세

DrawText() 공개 메소드

public DrawText ( string text ) : void
text string
리턴 void

RemoveTextChars() 공개 메소드

public RemoveTextChars ( int numberOfChars ) : void
numberOfChars int
리턴 void

SimpleTextWindowImp() 공개 메소드

public SimpleTextWindowImp ( ) : System
리턴 System