次の方法で共有


BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) メソッド

定義

キー フレームを挿入します。

public:
 virtual void InsertKeyFrame(float normalizedProgressKey, bool value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, bool const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, bool value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Boolean)

パラメーター

normalizedProgressKey
Single

float

アニメーションの 期間に対する割合で表される、キー フレームが発生する時刻。 使用できる値は 0.0 から 1.0 です。

value
Boolean

bool

キー フレームの値。

属性

適用対象