EasingPoint3DKeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EasingPoint3DKeyFrame クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| EasingPoint3DKeyFrame() |
EasingPoint3DKeyFrame クラスの新しいインスタンスを初期化します。 |
| EasingPoint3DKeyFrame(Point3D) |
指定したEasingPoint3DKeyFrame値を使用して、Point3D クラスの新しいインスタンスを初期化します。 |
| EasingPoint3DKeyFrame(Point3D, KeyTime) |
指定したEasingPoint3DKeyFrame値とキー時刻を使用して、Point3D クラスの新しいインスタンスを初期化します。 |
| EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction) |
指定したEasingPoint3DKeyFrame値、キー時間、イージング関数を使用して、Point3D クラスの新しいインスタンスを初期化します。 |
EasingPoint3DKeyFrame()
EasingPoint3DKeyFrame クラスの新しいインスタンスを初期化します。
public:
EasingPoint3DKeyFrame();
public EasingPoint3DKeyFrame();
Public Sub New ()
こちらもご覧ください
適用対象
EasingPoint3DKeyFrame(Point3D)
指定したEasingPoint3DKeyFrame値を使用して、Point3D クラスの新しいインスタンスを初期化します。
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
public EasingPoint3DKeyFrame(System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D)
パラメーター
こちらもご覧ください
適用対象
EasingPoint3DKeyFrame(Point3D, KeyTime)
指定したEasingPoint3DKeyFrame値とキー時刻を使用して、Point3D クラスの新しいインスタンスを初期化します。
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingPoint3DKeyFrame(System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime)
パラメーター
- keyTime
- KeyTime
最初のキー時刻。
こちらもご覧ください
適用対象
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)
指定したEasingPoint3DKeyFrame値、キー時間、イージング関数を使用して、Point3D クラスの新しいインスタンスを初期化します。
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingPoint3DKeyFrame(System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime, easingFunction As IEasingFunction)
パラメーター
- keyTime
- KeyTime
最初のキー時刻。
- easingFunction
- IEasingFunction
イージング関数。