C# Class XnaGUILib.XGRadioButton

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

Public Methods

Method 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 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

XGRadioButton() public method

public XGRadioButton ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
return System

XGRadioButton() public method

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