C# Class MetroFramework.Animation.ExpandAnimation

Inheritance: AnimationBase
Afficher le fichier Open project: AshishKilmist/MetroFramework

Méthodes publiques

Méthode Description
Start ( Control control, Size targetSize, TransitionType transitionType, int duration ) : void

Private Methods

Méthode Description
DoExpandAnimation ( int startSize, int targetSize ) : int

Method Details

Start() public méthode

public Start ( Control control, Size targetSize, TransitionType transitionType, int duration ) : void
control System.Windows.Forms.Control
targetSize System.Drawing.Size
transitionType TransitionType
duration int
Résultat void