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
新 ByteKeyFrame 執行個體的 Value。
適用於
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
新 ByteKeyFrame 執行個體的 Value。
- keyTime
- KeyTime
新 ByteKeyFrame 執行個體的 KeyTime。