C# Class FlatRedBall.AnimationEditorForms.Controls.ScrollBarControlLogic

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ScrollBarControlLogic ( Panel panel ) : FlatRedBall.Content.AnimationChain
UpdateScrollBars ( ) : void
UpdateToImage ( int width, int height ) : void

Private Methods

Method Description
HandleHorizontalScroll ( object sender, EventArgs e ) : void
HandlePanelResize ( object sender, EventArgs e ) : void
HandleVerticalScroll ( object sender, EventArgs e ) : void

Method Details

ScrollBarControlLogic() public method

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

UpdateScrollBars() public method

public UpdateScrollBars ( ) : void
return void

UpdateToImage() public method

public UpdateToImage ( int width, int height ) : void
width int
height int
return void