ByteKeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。