EasingByteKeyFrame 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EasingByteKeyFrame() |
初始化 EasingByteKeyFrame 类的新实例。 |
EasingByteKeyFrame(Byte) |
使用指定的 Byte 值初始化 EasingByteKeyFrame 类的新实例。 |
EasingByteKeyFrame(Byte, KeyTime) |
用指定的 EasingByteKeyFrame 值和关键时间初始化 Byte 类的新实例。 |
EasingByteKeyFrame(Byte, KeyTime, IEasingFunction) |
用指定的 EasingByteKeyFrame 值、关键时间和缓动函数初始化 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 值、关键时间和缓动函数初始化 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
缓动函数。