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

상속: Window
파일 보기 프로젝트 열기: TheoAndersen/GoF.Lexi 1 사용 예제들

공개 메소드들

메소드 설명
DrawText ( string input ) : void
RemoveTextChars ( int numberOfChars ) : void
TextWindow ( WindowImp windowImpl ) : System

메소드 상세

DrawText() 공개 메소드

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

RemoveTextChars() 공개 메소드

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

TextWindow() 공개 메소드

public TextWindow ( WindowImp windowImpl ) : System
windowImpl WindowImp
리턴 System