PointKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse.

Overloads

Name Description
PointKeyFrame()

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse.

PointKeyFrame(Point)

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse met het opgegeven doel Value.

PointKeyFrame(Point, KeyTime)

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse met het opgegeven doel Value en KeyTime.

PointKeyFrame()

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse.

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

Van toepassing op

PointKeyFrame(Point)

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse met het opgegeven doel Value.

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)

Parameters

value
Point

De Value nieuwe PointKeyFrame instantie.

Van toepassing op

PointKeyFrame(Point, KeyTime)

Initialiseert een nieuw exemplaar van de PointKeyFrame klasse met het opgegeven doel Value en KeyTime.

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)

Parameters

value
Point

De Value nieuwe PointKeyFrame instantie.

keyTime
KeyTime

De KeyTime nieuwe PointKeyFrame instantie.

Van toepassing op