EasingByteKeyFrame コンストラクター

定義

オーバーロード

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)

パラメーター

value
Byte

初期 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)

パラメーター

value
Byte

初期 Byte 値。

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)

パラメーター

value
Byte

初期 Byte 値。

keyTime
KeyTime

初期キー時刻。

easingFunction
IEasingFunction

イージング関数。

こちらもご覧ください

適用対象