C# 클래스 FlatRedBall.AnimationEditorForms.Controls.ScrollBarControlLogic

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
ScrollBarControlLogic ( Panel panel ) : FlatRedBall.Content.AnimationChain
UpdateScrollBars ( ) : void
UpdateToImage ( int width, int height ) : void

비공개 메소드들

메소드 설명
HandleHorizontalScroll ( object sender, EventArgs e ) : void
HandlePanelResize ( object sender, EventArgs e ) : void
HandleVerticalScroll ( object sender, EventArgs e ) : void

메소드 상세

ScrollBarControlLogic() 공개 메소드

public ScrollBarControlLogic ( Panel panel ) : FlatRedBall.Content.AnimationChain
panel System.Windows.Forms.Panel
리턴 FlatRedBall.Content.AnimationChain

UpdateScrollBars() 공개 메소드

public UpdateScrollBars ( ) : void
리턴 void

UpdateToImage() 공개 메소드

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