ScalarKeyFrameAnimation.InsertKeyFrame メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
InsertKeyFrame(Single, Single) |
キー フレームを挿入します。 |
InsertKeyFrame(Single, Single, CompositionEasingFunction) |
キーフレームを挿入します。 |
InsertKeyFrame(Single, Single)
キー フレームを挿入します。
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, float const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, float value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Single)
パラメーター
- value
-
Single
float
キー フレームの値。
- 属性
こちらもご覧ください
適用対象
InsertKeyFrame(Single, Single, CompositionEasingFunction)
キーフレームを挿入します。
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float value, CompositionEasingFunction ^ easingFunction) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
void InsertKeyFrame(float const& normalizedProgressKey, float const& value, CompositionEasingFunction const& easingFunction);
[Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
public void InsertKeyFrame(float normalizedProgressKey, float value, CompositionEasingFunction easingFunction);
function insertKeyFrame(normalizedProgressKey, value, easingFunction)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Single, easingFunction As CompositionEasingFunction)
パラメーター
- value
-
Single
float
キー フレームの値。
- easingFunction
- CompositionEasingFunction
キー フレーム間の補間に使用するイージング関数。
- 属性