C# Class System.Windows.Controls.AnimatedPanel.RectAnimation

Inheritance: System.Windows.Media.Glitz.TweenAnimation
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
RectAnimation ( UIElement element, Rect initialRect, Rect finalRect, System.TimeSpan duration ) : System

Méthodes protégées

Méthode Description
PerformTweening ( double frame ) : void

Method Details

PerformTweening() protected méthode

protected PerformTweening ( double frame ) : void
frame double
Résultat void

RectAnimation() public méthode

public RectAnimation ( UIElement element, Rect initialRect, Rect finalRect, System.TimeSpan duration ) : System
element UIElement
initialRect System.Windows.Rect
finalRect System.Windows.Rect
duration System.TimeSpan
Résultat System