Method | Description | |
---|---|---|
Checkbox ( |
Erzeugt eine neue Instanz der Klasse Checkbox
|
Method | Description | |
---|---|---|
OnDrawContent ( SpriteBatch batch, Rectangle contentArea, GameTime gameTime, float alpha ) : void |
Malt den Content des Controls.
|
|
OnKeyDown ( KeyEventArgs args ) : void |
Wird aufgerufen, wenn eine Taste gedrückt wird.
|
|
OnLeftMouseClick ( MouseEventArgs args ) : void |
Wird aufgerufen, wenn mit der linken Maustaste auf das Steuerelement geklickt wird.
|
public Checkbox ( |
||
manager | Der verwendete |
|
return | Microsoft.Xna.Framework |
protected OnDrawContent ( SpriteBatch batch, Rectangle contentArea, GameTime gameTime, float alpha ) : void | ||
batch | SpriteBatch | Spritebatch |
contentArea | Rectangle | Bereich für den Content in absoluten Koordinaten |
gameTime | GameTime | GameTime |
alpha | float | Die Transparenz des Controls. |
return | void |
protected OnKeyDown ( KeyEventArgs args ) : void | ||
args | KeyEventArgs | Zusätzliche Daten zum Event. |
return | void |
protected OnLeftMouseClick ( MouseEventArgs args ) : void | ||
args | MouseEventArgs | Weitere Informationen zum Ereignis. |
return | void |