Language

ByteKeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
ByteKeyFrame()

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

ByteKeyFrame(Byte)

指定したターゲット ByteKeyFrameを持つValue クラスの新しいインスタンスを初期化します。

ByteKeyFrame(Byte, KeyTime)

指定したターゲット ByteKeyFrameとValueを持つKeyTime クラスの新しいインスタンスを初期化します。

ByteKeyFrame()

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

protected:
 ByteKeyFrame();
protected ByteKeyFrame();
Protected Sub New ()

適用対象

ByteKeyFrame(Byte)

指定したターゲット ByteKeyFrameを持つValue クラスの新しいインスタンスを初期化します。

protected:
 ByteKeyFrame(System::Byte value);
protected ByteKeyFrame(byte value);
new System.Windows.Media.Animation.ByteKeyFrame : byte -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte)

パラメーター

value
Byte

新しいValue インスタンスのByteKeyFrame。

適用対象

ByteKeyFrame(Byte, KeyTime)

指定したターゲット ByteKeyFrameとValueを持つKeyTime クラスの新しいインスタンスを初期化します。

protected:
 ByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
protected ByteKeyFrame(byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.ByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte, keyTime As KeyTime)

パラメーター

value
Byte

新しいValue インスタンスのByteKeyFrame。

keyTime
KeyTime

新しいKeyTime インスタンスのByteKeyFrame。

適用対象