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

Inheritance: System.Windows.Media.Glitz.TweenAnimation
Datei anzeigen Open project: nikhilk/silverlightfx

Public Methods

Method Description
RectAnimation ( UIElement element, Rect initialRect, Rect finalRect, System.TimeSpan duration ) : System

Protected Methods

Method Description
PerformTweening ( double frame ) : void

Method Details

PerformTweening() protected method

protected PerformTweening ( double frame ) : void
frame double
return void

RectAnimation() public method

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
return System