C# Class FlatRedBall.AnimationEditorForms.Controls.ScrollBarControlLogic

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HandleHorizontalScroll ( object sender, EventArgs e ) : void
HandlePanelResize ( object sender, EventArgs e ) : void
HandleVerticalScroll ( object sender, EventArgs e ) : void

Method Details

ScrollBarControlLogic() public méthode

public ScrollBarControlLogic ( Panel panel ) : FlatRedBall.Content.AnimationChain
panel System.Windows.Forms.Panel
Résultat FlatRedBall.Content.AnimationChain

UpdateScrollBars() public méthode

public UpdateScrollBars ( ) : void
Résultat void

UpdateToImage() public méthode

public UpdateToImage ( int width, int height ) : void
width int
height int
Résultat void