C# Class XnaGUILib.XGListBox

Inheritance: XGControl
显示文件 Open project: GalacticSoft/Azmyth Class Usage Examples

Public Properties

Property Type Description
Items XGListBoxItemCollection

Private Properties

Property Type Description
DoLayout void
Items_ListChangedEvent void
Scrollbar_ValueChanged void
SelectItemAtPoint void

Public Methods

Method Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGListBox ( Rectangle rect ) : System

Private Methods

Method Description
DoLayout ( ) : void
Items_ListChangedEvent ( object sender ) : void
Scrollbar_ValueChanged ( XGControl sender ) : void
SelectItemAtPoint ( Point point ) : void

Method Details

Draw() public method

public Draw ( float frameTime ) : void
frameTime float
return void

Update() public method

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

XGListBox() public method

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

Property Details

Items public_oe property

public XGListBoxItemCollection,XnaGUILib Items
return XGListBoxItemCollection