C# Class RectNavigation.Animate

Mostra file Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

Method Description
Move ( DependencyProperty dependencyProperty, UIElement element, double from, double to, double seconds, AnimationCompletedDelegate callback ) : void
Move ( UIElement element, Point to ) : void
Move ( UIElement element, Point from, Point to, double seconds, AnimationCompletedDelegate callback ) : void
Move ( UIElement element, double x, double y ) : void
MoveWithRotationAndFadeOut ( FrameworkElement element, Point to, double rotationAngle, double seconds, AnimationCompletedDelegate callback ) : void
Opacity ( UIElement element, double from, double to, double seconds ) : void
Opacity ( UIElement element, double from, double to, double seconds, AnimationCompletedDelegate callback ) : void

Method Details

Move() public static method

public static Move ( DependencyProperty dependencyProperty, UIElement element, double from, double to, double seconds, AnimationCompletedDelegate callback ) : void
dependencyProperty System.Windows.DependencyProperty
element System.Windows.UIElement
from double
to double
seconds double
callback AnimationCompletedDelegate
return void

Move() public static method

public static Move ( UIElement element, Point to ) : void
element System.Windows.UIElement
to Point
return void

Move() public static method

public static Move ( UIElement element, Point from, Point to, double seconds, AnimationCompletedDelegate callback ) : void
element System.Windows.UIElement
from Point
to Point
seconds double
callback AnimationCompletedDelegate
return void

Move() public static method

public static Move ( UIElement element, double x, double y ) : void
element System.Windows.UIElement
x double
y double
return void

MoveWithRotationAndFadeOut() public static method

public static MoveWithRotationAndFadeOut ( FrameworkElement element, Point to, double rotationAngle, double seconds, AnimationCompletedDelegate callback ) : void
element System.Windows.FrameworkElement
to Point
rotationAngle double
seconds double
callback AnimationCompletedDelegate
return void

Opacity() public static method

public static Opacity ( UIElement element, double from, double to, double seconds ) : void
element System.Windows.UIElement
from double
to double
seconds double
return void

Opacity() public static method

public static Opacity ( UIElement element, double from, double to, double seconds, AnimationCompletedDelegate callback ) : void
element System.Windows.UIElement
from double
to double
seconds double
callback AnimationCompletedDelegate
return void