DiscreteBooleanKeyFrame コンストラクター

定義

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

オーバーロード

DiscreteBooleanKeyFrame()

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame(Boolean)

指定した終了値を使用して DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame(Boolean, KeyTime)

指定した終了値とキー時刻を使用して DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteBooleanKeyFrame()

DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame();
public DiscreteBooleanKeyFrame ();
Public Sub New ()

適用対象

DiscreteBooleanKeyFrame(Boolean)

指定した終了値を使用して DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame(bool value);
public DiscreteBooleanKeyFrame (bool value);
new System.Windows.Media.Animation.DiscreteBooleanKeyFrame : bool -> System.Windows.Media.Animation.DiscreteBooleanKeyFrame
Public Sub New (value As Boolean)

パラメーター

value
Boolean

キー フレームの終了値 (「ターゲット値」)。

適用対象

DiscreteBooleanKeyFrame(Boolean, KeyTime)

指定した終了値とキー時刻を使用して DiscreteBooleanKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteBooleanKeyFrame(bool value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteBooleanKeyFrame (bool value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteBooleanKeyFrame : bool * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteBooleanKeyFrame
Public Sub New (value As Boolean, keyTime As KeyTime)

パラメーター

value
Boolean

キー フレームの終了値 (「ターゲット値」)。

keyTime
KeyTime

キー フレームのキー時刻。 キー時刻によりターゲット値に到達する時点が決まります。この時刻はキー フレームが終了する時点にもなります。

適用対象