コード例 #1
0
 public static void CreateSplineAnimation(IAnimatable Item, DependencyProperty dp, Thickness FromValue, Thickness ToValue, double SecondTime, double SplineX1, double SplineY1, double SplineX2, double SplineY2, Action OnCompleted, SetExtentAnimationTimelineDelegate SetExtentValue)
 {
     CuxAnimationUsingKeyFramesBase <ThicknessAnimationUsingKeyFrames, Thickness> .CreateSplineAnimation <CuxThicknessAnimationUsingKeyFrames>(Item, dp, FromValue, ToValue, SecondTime, SplineX1, SplineY1, SplineX2, SplineY2, OnCompleted, SetExtentValue);
 }
コード例 #2
0
 public static void CreateSplineAnimation(IAnimatable Item, DependencyProperty dp, double FromValue, double ToValue, double SecondTime, Action OnCompleted, SetExtentAnimationTimelineDelegate SetExtentValue)
 {
     CuxAnimationUsingKeyFramesBase <DoubleAnimationUsingKeyFrames, double> .CreateSplineAnimation <CuxDoubleAnimationUsingKeyFrames>(Item, dp, FromValue, ToValue, SecondTime, OnCompleted, SetExtentValue);
 }