C# Class XnaGUILib.XGRadioButton

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
XGRadioButton ( Rectangle rect, string text ) : System
XGRadioButton ( Rectangle rect, string text, bool isChecked ) : 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

XGRadioButton() public méthode

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

XGRadioButton() public méthode

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