C# Class MetroFramework.Animation.ExpandAnimation

Inheritance: AnimationBase
Exibir arquivo Open project: AshishKilmist/MetroFramework

Public Methods

Method Description
Start ( Control control, Size targetSize, TransitionType transitionType, int duration ) : void

Private Methods

Method Description
DoExpandAnimation ( int startSize, int targetSize ) : int

Method Details

Start() public method

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