C# Class XnaGUILib.XGListBox

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Свойство Type Description
Items XGListBoxItemCollection

Private Properties

Свойство Type Description
DoLayout void
Items_ListChangedEvent void
Scrollbar_ValueChanged void
SelectItemAtPoint void

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGListBox ( Rectangle rect ) : System

Private Methods

Méthode Description
DoLayout ( ) : void
Items_ListChangedEvent ( object sender ) : void
Scrollbar_ValueChanged ( XGControl sender ) : void
SelectItemAtPoint ( Point point ) : void

Method Details

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

XGListBox() public méthode

public XGListBox ( Rectangle rect ) : System
rect Microsoft.Xna.Framework.Rectangle
Résultat System

Property Details

Items public_oe property

public XGListBoxItemCollection,XnaGUILib Items
Résultat XGListBoxItemCollection