C# 클래스 RectNavigation.Animate

파일 보기 프로젝트 열기: rechc/KinectMiniApps 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Move() 공개 정적인 메소드

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
리턴 void

Move() 공개 정적인 메소드

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

Move() 공개 정적인 메소드

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
리턴 void

Move() 공개 정적인 메소드

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

MoveWithRotationAndFadeOut() 공개 정적인 메소드

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
리턴 void

Opacity() 공개 정적인 메소드

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

Opacity() 공개 정적인 메소드

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
리턴 void