次の方法で共有


DiscreteByteKeyFrame コンストラクター

定義

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

オーバーロード

DiscreteByteKeyFrame()

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

DiscreteByteKeyFrame(Byte)

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

DiscreteByteKeyFrame(Byte, KeyTime)

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

DiscreteByteKeyFrame()

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

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

適用対象

DiscreteByteKeyFrame(Byte)

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

public:
 DiscreteByteKeyFrame(System::Byte value);
public DiscreteByteKeyFrame (byte value);
new System.Windows.Media.Animation.DiscreteByteKeyFrame : byte -> System.Windows.Media.Animation.DiscreteByteKeyFrame
Public Sub New (value As Byte)

パラメーター

value
Byte

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

適用対象

DiscreteByteKeyFrame(Byte, KeyTime)

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

public:
 DiscreteByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime)

パラメーター

value
Byte

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

keyTime
KeyTime

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

適用対象