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