C# Class XnaGUILib.XGPanel

Inheritance: XGControl
Mostrar archivo Open project: GalacticSoft/Azmyth Class Usage Examples

Protected Properties

Property Type Description
_top Microsoft.Xna.Framework.Rectangle

Public Methods

Method Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGPanel ( Rectangle rectangle ) : System
XGPanel ( Rectangle rectangle, bool canFocus ) : System

Protected Methods

Method Description
GetFocus ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Draw() public method

public Draw ( float frameTime ) : void
frameTime float
return void

GetFocus() protected method

protected GetFocus ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

XGPanel() public method

public XGPanel ( Rectangle rectangle ) : System
rectangle Microsoft.Xna.Framework.Rectangle
return System

XGPanel() public method

public XGPanel ( Rectangle rectangle, bool canFocus ) : System
rectangle Microsoft.Xna.Framework.Rectangle
canFocus bool
return System

Property Details

_top protected_oe property

protected Rectangle,Microsoft.Xna.Framework _top
return Microsoft.Xna.Framework.Rectangle