C# Class XnaGUILib.XGCheckBox

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

Public Methods

Method Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGCheckBox ( Rectangle rect, string text ) : 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

XGCheckBox() public method

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