C# 클래스 idTech4.UI.idSimpleWindow

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( float x, float y ) : void
GetVariableByName ( string name ) : idWindowVariable
StateChanged ( bool redraw ) : void
idSimpleWindow ( idWindow win ) : System

비공개 메소드들

메소드 설명
CalculateClientRectangle ( float offsetX, float offsetY ) : void
DrawBackground ( idRectangle drawRect ) : void
DrawBorderAndCaption ( idRectangle drawRect ) : void
SetupTransforms ( float x, float y ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( float x, float y ) : void
x float
y float
리턴 void

GetVariableByName() 공개 메소드

public GetVariableByName ( string name ) : idWindowVariable
name string
리턴 idWindowVariable

StateChanged() 공개 메소드

public StateChanged ( bool redraw ) : void
redraw bool
리턴 void

idSimpleWindow() 공개 메소드

public idSimpleWindow ( idWindow win ) : System
win idWindow
리턴 System