C# 클래스 StarterProject.CustomConsoles.ScrollableConsole

상속: SadConsole.Consoles.Console
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
ProcessMouse ( MouseInfo info ) : bool
Render ( ) : void
ScrollableConsole ( int width, int height, int bufferHeight ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
OnPositionChanged ( Point oldLocation ) : void
OnVisibleChanged ( ) : void

비공개 메소드들

메소드 설명
ScrollBar_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

OnPositionChanged() 보호된 메소드

protected OnPositionChanged ( Point oldLocation ) : void
oldLocation Point
리턴 void

OnVisibleChanged() 보호된 메소드

protected OnVisibleChanged ( ) : void
리턴 void

ProcessMouse() 공개 메소드

public ProcessMouse ( MouseInfo info ) : bool
info SadConsole.Input.MouseInfo
리턴 bool

Render() 공개 메소드

public Render ( ) : void
리턴 void

ScrollableConsole() 공개 메소드

public ScrollableConsole ( int width, int height, int bufferHeight ) : System
width int
height int
bufferHeight int
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void