C# 클래스 XnaGUILib.XGListBox

상속: XGControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items XGListBoxItemCollection

Private Properties

프로퍼티 타입 설명
DoLayout void
Items_ListChangedEvent void
Scrollbar_ValueChanged void
SelectItemAtPoint void

공개 메소드들

메소드 설명
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGListBox ( Rectangle rect ) : System

비공개 메소드들

메소드 설명
DoLayout ( ) : void
Items_ListChangedEvent ( object sender ) : void
Scrollbar_ValueChanged ( XGControl sender ) : void
SelectItemAtPoint ( Point point ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( float frameTime ) : void
frameTime float
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

XGListBox() 공개 메소드

public XGListBox ( Rectangle rect ) : System
rect Microsoft.Xna.Framework.Rectangle
리턴 System

프로퍼티 상세

Items 공개적으로 프로퍼티

public XGListBoxItemCollection,XnaGUILib Items
리턴 XGListBoxItemCollection