C# 클래스 Flood.GUI.ControlInternal.ScrollBarBar

Scrollbar bar.
상속: Flood.GUI.ControlInternal.Dragger
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
ScrollBarBar ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the ScrollBarBar class.

보호된 메소드들

메소드 설명
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.

OnMouseMoved ( int x, int y, int dx, int dy ) : void

Handler invoked on mouse moved event.

Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

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

OnMouseMoved() 보호된 메소드

Handler invoked on mouse moved event.
protected OnMouseMoved ( int x, int y, int dx, int dy ) : void
x int X coordinate.
y int Y coordinate.
dx int X change.
dy int Y change.
리턴 void

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

ScrollBarBar() 공개 메소드

Initializes a new instance of the ScrollBarBar class.
public ScrollBarBar ( Control parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
리턴 Flood.GUI.Controls