Point3DKeyFrame Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Point3DKeyFrame sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
Point3DKeyFrame() |
Point3DKeyFrame sınıfının yeni bir örneğini başlatır. |
Point3DKeyFrame(Point3D) |
Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini Point3DKeyFrame başlatır. |
Point3DKeyFrame(Point3D, KeyTime) |
Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini Point3DKeyFrame başlatır. |
Point3DKeyFrame()
Point3DKeyFrame sınıfının yeni bir örneğini başlatır.
protected:
Point3DKeyFrame();
protected Point3DKeyFrame ();
Protected Sub New ()
Şunlara uygulanır
Point3DKeyFrame(Point3D)
Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini Point3DKeyFrame başlatır.
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)
Parametreler
- value
- Point3D
Value Yeni Point3DKeyFrame örneğin örneği.
Şunlara uygulanır
Point3DKeyFrame(Point3D, KeyTime)
Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini Point3DKeyFrame başlatır.
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)
Parametreler
- value
- Point3D
Value Yeni Point3DKeyFrame örneğin örneği.
- keyTime
- KeyTime
KeyTime Yeni Point3DKeyFrame örneğin örneği.