C# Класс Flood.GUI.Controls.VerticalSlider

Vertical slider.
Наследование: Slider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
VerticalSlider ( Control parent )

Initializes a new instance of the VerticalSlider class.

Защищенные методы

Метод Описание
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

Описание методов

CalculateValue() защищенный Метод

protected CalculateValue ( ) : float
Результат float

Layout() защищенный Метод

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
Результат void

OnMouseClickedLeft() защищенный Метод

Handler invoked on mouse click (left) event.
protected OnMouseClickedLeft ( int x, int y, bool down ) : void
x int X coordinate.
y int Y coordinate.
down bool If set to true mouse button is down.
Результат void

Render() защищенный Метод

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
Результат void

UpdateBarFromValue() защищенный Метод

protected UpdateBarFromValue ( ) : void
Результат void

VerticalSlider() публичный Метод

Initializes a new instance of the VerticalSlider class.
public VerticalSlider ( Control parent )
parent Control Parent control.