Méthode | Description | |
---|---|---|
HorizontalSlider ( |
Initializes a new instance of the HorizontalSlider class.
|
Méthode | Description | |
---|---|---|
CalculateValue ( ) : float | ||
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
|
OnMouseClickedLeft ( int x, int y, bool down ) : void |
Handler invoked on mouse click (left) event.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
|
UpdateBarFromValue ( ) : void |
public HorizontalSlider ( |
||
parent | Parent control. |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Résultat | void |
protected OnMouseClickedLeft ( int x, int y, bool down ) : void | ||
x | int | X coordinate. |
y | int | Y coordinate. |
down | bool | If set to |
Résultat | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Résultat | void |