Vector2KeyFrameAnimation.InsertKeyFrame 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InsertKeyFrame(Single, Vector2) |
插入主要畫面格。 |
InsertKeyFrame(Single, Vector2, CompositionEasingFunction) |
使用指定的 easing 函式插入主要畫面格。 |
InsertKeyFrame(Single, Vector2)
插入主要畫面格。
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float2 value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, float2 const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, Vector2 value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Vector2)
參數
- 屬性
另請參閱
適用於
InsertKeyFrame(Single, Vector2, CompositionEasingFunction)
使用指定的 easing 函式插入主要畫面格。
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float2 value, CompositionEasingFunction ^ easingFunction) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
void InsertKeyFrame(float const& normalizedProgressKey, float2 const& value, CompositionEasingFunction const& easingFunction);
[Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
public void InsertKeyFrame(float normalizedProgressKey, Vector2 value, CompositionEasingFunction easingFunction);
function insertKeyFrame(normalizedProgressKey, value, easingFunction)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Vector2, easingFunction As CompositionEasingFunction)
參數
- easingFunction
- CompositionEasingFunction
在畫面之間插補時要使用的 easing 函式。
- 屬性