C# Класс OOGL.GUI.Widgets.ScrollBar

Наследование: BaseControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
buttonSize int
dragging bool
largeChange int
maxValue int
minValue int
screenRectDecreaseValueButton Rectangle
screenRectIncreaseValueButton Rectangle
screenRectScrollRange Rectangle
screenRectValueButton Rectangle
smallChange int
value int

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

Метод Описание
OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System

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

Метод Описание
OnValueChanged ( ) : void

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

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

public OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
sender object
e OpenTK.Input.MouseButtonEventArgs
Результат bool

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

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

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

public ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System
frameMgr OOGL.GUI.Abstract.BaseFrameMgr
parent BaseControl
Результат System

Описание свойств

buttonSize защищенное свойство

protected int buttonSize
Результат int

dragging защищенное свойство

protected bool dragging
Результат bool

largeChange защищенное свойство

protected int largeChange
Результат int

maxValue защищенное свойство

protected int maxValue
Результат int

minValue защищенное свойство

protected int minValue
Результат int

screenRectDecreaseValueButton защищенное свойство

protected Rectangle screenRectDecreaseValueButton
Результат Rectangle

screenRectIncreaseValueButton защищенное свойство

protected Rectangle screenRectIncreaseValueButton
Результат Rectangle

screenRectScrollRange защищенное свойство

protected Rectangle screenRectScrollRange
Результат Rectangle

screenRectValueButton защищенное свойство

protected Rectangle screenRectValueButton
Результат Rectangle

smallChange защищенное свойство

protected int smallChange
Результат int

value защищенное свойство

protected int value
Результат int