Méthode | Description | |
---|---|---|
Slider ( |
Erzeugt einen neuen Slider.
|
Méthode | Description | |
---|---|---|
OnDrawContent ( |
Malt den Content des Controls
|
|
OnKeyPress ( Microsoft.Xna.Framework.Input.KeyEventArgs args ) : void |
Wird aufgerufen, wenn eine Taste gedrückt ist.
|
|
OnLeftMouseDown ( Microsoft.Xna.Framework.Input.MouseEventArgs args ) : void |
Wird aufgerufen, wenn die linke Maustaste heruntergedrückt wird.
|
|
OnLeftMouseUp ( Microsoft.Xna.Framework.Input.MouseEventArgs args ) : void |
Wird aufgerufen, wenn die linke Maustaste losgelassen wird.
|
protected OnDrawContent ( |
||
batch | Spritebatch | |
contentArea | Bereich für den Content in absoluten Koordinaten | |
gameTime | GameTime | |
alpha | float | Die Transparenz des Controls. |
Résultat | void |
protected OnKeyPress ( Microsoft.Xna.Framework.Input.KeyEventArgs args ) : void | ||
args | Microsoft.Xna.Framework.Input.KeyEventArgs | Zusätzliche Daten zum Event. |
Résultat | void |
protected OnLeftMouseDown ( Microsoft.Xna.Framework.Input.MouseEventArgs args ) : void | ||
args | Microsoft.Xna.Framework.Input.MouseEventArgs | Weitere Informationen zum Event. |
Résultat | void |
protected OnLeftMouseUp ( Microsoft.Xna.Framework.Input.MouseEventArgs args ) : void | ||
args | Microsoft.Xna.Framework.Input.MouseEventArgs | Weitere Informationen zum Event. |
Résultat | void |
public Slider ( |
||
manager | Der verwendete |
|
style | string | (Optional) Der zu verwendende Style. |
Résultat | System |