public void InsertKeyFrame(float normalizedProgressKey, global::System.Numerics.Quaternion value, global::Windows.UI.Composition.CompositionEasingFunction easingFunction)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Composition.QuaternionKeyFrameAnimation", "void QuaternionKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, Quaternion value, CompositionEasingFunction easingFunction)");
 }
Exemple #2
0
 public virtual void InsertKeyFrame(float normalizedProgressKey, float value, global::Windows.UI.Composition.CompositionEasingFunction easingFunction)
 {
 }
Exemple #3
0
 public void InsertExpressionKeyFrame(float normalizedProgressKey, string value, global::Windows.UI.Composition.CompositionEasingFunction easingFunction)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Composition.KeyFrameAnimation", "void KeyFrameAnimation.InsertExpressionKeyFrame(float normalizedProgressKey, string value, CompositionEasingFunction easingFunction)");
 }
Exemple #4
0
 public void InsertKeyFrame(float normalizedProgressKey, global::Windows.UI.Composition.CompositionPath path, global::Windows.UI.Composition.CompositionEasingFunction easingFunction)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Composition.PathKeyFrameAnimation", "void PathKeyFrameAnimation.InsertKeyFrame(float normalizedProgressKey, CompositionPath path, CompositionEasingFunction easingFunction)");
 }