EasingByteKeyFrame 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EasingByteKeyFrame() |
初始化 EasingByteKeyFrame 類別的新執行個體。 |
EasingByteKeyFrame(Byte) |
使用指定的 Byte 值,初始化 EasingByteKeyFrame 類別的新執行個體。 |
EasingByteKeyFrame(Byte, KeyTime) |
使用指定的 EasingByteKeyFrame 值和關鍵時間,初始化 Byte 類別的新執行個體。 |
EasingByteKeyFrame(Byte, KeyTime, IEasingFunction) |
使用指定的 EasingByteKeyFrame 值、索引鍵時間和 easing 函式,初始化 Byte 類別的新執行個體。 |
EasingByteKeyFrame()
初始化 EasingByteKeyFrame 類別的新執行個體。
public:
EasingByteKeyFrame();
public EasingByteKeyFrame ();
Public Sub New ()
另請參閱
適用於
EasingByteKeyFrame(Byte)
使用指定的 Byte 值,初始化 EasingByteKeyFrame 類別的新執行個體。
public:
EasingByteKeyFrame(System::Byte value);
public EasingByteKeyFrame (byte value);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte)
參數
另請參閱
適用於
EasingByteKeyFrame(Byte, KeyTime)
使用指定的 EasingByteKeyFrame 值和關鍵時間,初始化 Byte 類別的新執行個體。
public:
EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime)
參數
- keyTime
- KeyTime
初始索引鍵時間。
另請參閱
適用於
EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)
使用指定的 EasingByteKeyFrame 值、索引鍵時間和 easing 函式,初始化 Byte 類別的新執行個體。
public:
EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime, easingFunction As IEasingFunction)
參數
- keyTime
- KeyTime
初始索引鍵時間。
- easingFunction
- IEasingFunction
easing 函式。