C# Class XnaGUILib.XGPanel

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

Protected Properties

Свойство Type Description
_top Microsoft.Xna.Framework.Rectangle

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFocus ( ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

GetFocus() protected méthode

protected GetFocus ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

XGPanel() public méthode

public XGPanel ( Rectangle rectangle ) : System
rectangle Microsoft.Xna.Framework.Rectangle
Résultat System

XGPanel() public méthode

public XGPanel ( Rectangle rectangle, bool canFocus ) : System
rectangle Microsoft.Xna.Framework.Rectangle
canFocus bool
Résultat System

Property Details

_top protected_oe property

protected Rectangle,Microsoft.Xna.Framework _top
Résultat Microsoft.Xna.Framework.Rectangle