DiscreteRectKeyFrame コンストラクター

定義

DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DiscreteRectKeyFrame()

DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteRectKeyFrame(Rect)

指定した終了値を使用して、 DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteRectKeyFrame(Rect, KeyTime)

指定した終了値とキー時刻を使用して、 DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

DiscreteRectKeyFrame()

DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteRectKeyFrame();
public DiscreteRectKeyFrame();
Public Sub New ()

適用対象

DiscreteRectKeyFrame(Rect)

指定した終了値を使用して、 DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteRectKeyFrame(System::Windows::Rect value);
public DiscreteRectKeyFrame(System.Windows.Rect value);
new System.Windows.Media.Animation.DiscreteRectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.DiscreteRectKeyFrame
Public Sub New (value As Rect)

パラメーター

value
Rect

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

適用対象

DiscreteRectKeyFrame(Rect, KeyTime)

指定した終了値とキー時刻を使用して、 DiscreteRectKeyFrame クラスの新しいインスタンスを初期化します。

public:
 DiscreteRectKeyFrame(System::Windows::Rect value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteRectKeyFrame(System.Windows.Rect value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteRectKeyFrame : System.Windows.Rect * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteRectKeyFrame
Public Sub New (value As Rect, keyTime As KeyTime)

パラメーター

value
Rect

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

keyTime
KeyTime

キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。

適用対象