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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_horizontalEnabled bool
_horizontalScroll HorizontalScrollBar
_verticalEnabled bool
_verticalScroll VerticalScrollBar

공개 메소드들

메소드 설명
DisableHorizontalScroll ( ) : void
DisableVerticalScroll ( ) : void
EnableHorizontalScroll ( ) : void
EnableVerticalScroll ( ) : void
GetRelativeX ( ) : int
GetRelativeY ( ) : int
Render ( ) : void
RenderContent ( ) : void
Resize ( int width, int height ) : void
ScrollPanel ( int x, int y, int z, int width, int height, State state ) : System
SetContentDimensions ( int width, int height ) : void
SetParent ( Panel parent ) : void
Update ( ) : void

메소드 상세

DisableHorizontalScroll() 공개 메소드

public DisableHorizontalScroll ( ) : void
리턴 void

DisableVerticalScroll() 공개 메소드

public DisableVerticalScroll ( ) : void
리턴 void

EnableHorizontalScroll() 공개 메소드

public EnableHorizontalScroll ( ) : void
리턴 void

EnableVerticalScroll() 공개 메소드

public EnableVerticalScroll ( ) : void
리턴 void

GetRelativeX() 공개 메소드

public GetRelativeX ( ) : int
리턴 int

GetRelativeY() 공개 메소드

public GetRelativeY ( ) : int
리턴 int

Render() 공개 메소드

public Render ( ) : void
리턴 void

RenderContent() 공개 메소드

public RenderContent ( ) : void
리턴 void

Resize() 공개 메소드

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

ScrollPanel() 공개 메소드

public ScrollPanel ( int x, int y, int z, int width, int height, State state ) : System
x int
y int
z int
width int
height int
state State
리턴 System

SetContentDimensions() 공개 메소드

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

SetParent() 공개 메소드

public SetParent ( Panel parent ) : void
parent Panel
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

_horizontalEnabled 보호되어 있는 프로퍼티

protected bool _horizontalEnabled
리턴 bool

_horizontalScroll 보호되어 있는 프로퍼티

protected HorizontalScrollBar,OpenTkEngine.Core.Gui _horizontalScroll
리턴 HorizontalScrollBar

_verticalEnabled 보호되어 있는 프로퍼티

protected bool _verticalEnabled
리턴 bool

_verticalScroll 보호되어 있는 프로퍼티

protected VerticalScrollBar,OpenTkEngine.Core.Gui _verticalScroll
리턴 VerticalScrollBar