Aracılığıyla paylaş


PointKeyFrame Oluşturucular

Tanım

PointKeyFrame sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PointKeyFrame()

PointKeyFrame sınıfının yeni bir örneğini başlatır.

PointKeyFrame(Point)

Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini PointKeyFrame başlatır.

PointKeyFrame(Point, KeyTime)

Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini PointKeyFrame başlatır.

PointKeyFrame()

PointKeyFrame sınıfının yeni bir örneğini başlatır.

protected:
 PointKeyFrame();
protected PointKeyFrame ();
Protected Sub New ()

Şunlara uygulanır

PointKeyFrame(Point)

Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini PointKeyFrame başlatır.

protected:
 PointKeyFrame(System::Windows::Point value);
protected PointKeyFrame (System.Windows.Point value);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point)

Parametreler

value
Point

Value Yeni PointKeyFrame örneğin örneği.

Şunlara uygulanır

PointKeyFrame(Point, KeyTime)

Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini PointKeyFrame başlatır.

protected:
 PointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
protected PointKeyFrame (System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point, keyTime As KeyTime)

Parametreler

value
Point

Value Yeni PointKeyFrame örneğin örneği.

keyTime
KeyTime

KeyTime Yeni PointKeyFrame örneğin örneği.

Şunlara uygulanır