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

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

보호된 프로퍼티들

프로퍼티 타입 설명
windowImplementation WindowImp

공개 메소드들

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

메소드 상세

DrawText() 공개 추상적인 메소드

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

RemoveTextChars() 공개 추상적인 메소드

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

Window() 공개 메소드

public Window ( WindowImp windowImplementation ) : System
windowImplementation WindowImp
리턴 System

프로퍼티 상세

windowImplementation 보호되어 있는 프로퍼티

protected WindowImp windowImplementation
리턴 WindowImp