ByteKeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ByteKeyFrame クラスの新しいインスタンスを初期化します。
オーバーロード
ByteKeyFrame() |
ByteKeyFrame クラスの新しいインスタンスを初期化します。 |
ByteKeyFrame(Byte) |
指定したターゲット Value を持つ ByteKeyFrame クラスの新しいインスタンスを初期化します。 |
ByteKeyFrame(Byte, KeyTime) |
指定したターゲット Value と KeyTime を持つ、ByteKeyFrame クラスの新しいインスタンスを初期化します。 |
ByteKeyFrame()
ByteKeyFrame クラスの新しいインスタンスを初期化します。
protected:
ByteKeyFrame();
protected ByteKeyFrame ();
Protected Sub New ()
適用対象
ByteKeyFrame(Byte)
指定したターゲット Value を持つ ByteKeyFrame クラスの新しいインスタンスを初期化します。
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
新しい ByteKeyFrame インスタンスの Value。
適用対象
ByteKeyFrame(Byte, KeyTime)
指定したターゲット Value と KeyTime を持つ、ByteKeyFrame クラスの新しいインスタンスを初期化します。
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
新しい ByteKeyFrame インスタンスの Value。
- keyTime
- KeyTime
新しい ByteKeyFrame インスタンスの KeyTime。