C# Class XnaGUILib.XGCheckBox

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

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGCheckBox ( Rectangle rect, string text ) : System

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

XGCheckBox() public méthode

public XGCheckBox ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
Résultat System