Point3DKeyFrame Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса Point3DKeyFrame.
Перегрузки
Point3DKeyFrame() |
Инициализирует новый экземпляр класса Point3DKeyFrame. |
Point3DKeyFrame(Point3D) |
Инициализирует новый экземпляр класса Point3DKeyFrame, который имеет указанный целевой объект Value. |
Point3DKeyFrame(Point3D, KeyTime) |
Инициализирует новый экземпляр класса Point3DKeyFrame, который имеет указанный целевой объект Value и KeyTime. |
Point3DKeyFrame()
Инициализирует новый экземпляр класса Point3DKeyFrame.
protected:
Point3DKeyFrame();
protected Point3DKeyFrame ();
Protected Sub New ()
Применяется к
Point3DKeyFrame(Point3D)
Инициализирует новый экземпляр класса Point3DKeyFrame, который имеет указанный целевой объект Value.
protected:
Point3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
protected Point3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.Point3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.Point3DKeyFrame
Protected Sub New (value As Point3D)
Параметры
- value
- Point3D
Объект Value нового экземпляра Point3DKeyFrame.
Применяется к
Point3DKeyFrame(Point3D, KeyTime)
Инициализирует новый экземпляр класса Point3DKeyFrame, который имеет указанный целевой объект Value и KeyTime.
protected:
Point3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
protected Point3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Point3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Point3DKeyFrame
Protected Sub New (value As Point3D, keyTime As KeyTime)
Параметры
- value
- Point3D
Объект Value нового экземпляра Point3DKeyFrame.
- keyTime
- KeyTime
Объект KeyTime нового экземпляра Point3DKeyFrame.