C# 클래스 OpenTkEngine.Core.Gui.VerticalScrollBar

상속: Control
파일 보기 프로젝트 열기: jikoriko/OpentkEngine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_grabbed bool
_scrollParent ScrollPanel
_scrollableAmount int
_slider Rectangle

공개 메소드들

메소드 설명
GetRelativeY ( ) : int
GetScrollAmount ( ) : int
GetSliderHeight ( ) : int
RenderContent ( ) : void
Resize ( int width, int height ) : void
SetScrollAmount ( int amount ) : void
Update ( ) : void
VerticalScrollBar ( ScrollPanel parent, int scrollAmount, State state ) : System

비공개 메소드들

메소드 설명
IsScrollable ( ) : bool

메소드 상세

GetRelativeY() 공개 메소드

public GetRelativeY ( ) : int
리턴 int

GetScrollAmount() 공개 메소드

public GetScrollAmount ( ) : int
리턴 int

GetSliderHeight() 공개 메소드

public GetSliderHeight ( ) : int
리턴 int

RenderContent() 공개 메소드

public RenderContent ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SetScrollAmount() 공개 메소드

public SetScrollAmount ( int amount ) : void
amount int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

VerticalScrollBar() 공개 메소드

public VerticalScrollBar ( ScrollPanel parent, int scrollAmount, State state ) : System
parent ScrollPanel
scrollAmount int
state State
리턴 System

프로퍼티 상세

_grabbed 보호되어 있는 프로퍼티

protected bool _grabbed
리턴 bool

_scrollParent 보호되어 있는 프로퍼티

protected ScrollPanel,OpenTkEngine.Core.Gui _scrollParent
리턴 ScrollPanel

_scrollableAmount 보호되어 있는 프로퍼티

protected int _scrollableAmount
리턴 int

_slider 보호되어 있는 프로퍼티

protected Rectangle _slider
리턴 Rectangle