EasingPointKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse.

Overloads

Name Description
EasingPointKeyFrame()

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse.

EasingPointKeyFrame(Point)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde.

EasingPointKeyFrame(Point, KeyTime)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde en sleuteltijd.

EasingPointKeyFrame(Point, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde, sleuteltijd en versoepelingsfunctie.

EasingPointKeyFrame()

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse.

public:
 EasingPointKeyFrame();
public EasingPointKeyFrame();
Public Sub New ()

Zie ook

Van toepassing op

EasingPointKeyFrame(Point)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde.

public:
 EasingPointKeyFrame(System::Windows::Point value);
public EasingPointKeyFrame(System.Windows.Point value);
new System.Windows.Media.Animation.EasingPointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.EasingPointKeyFrame
Public Sub New (value As Point)

Parameters

value
Point

De initiële Point waarde.

Van toepassing op

EasingPointKeyFrame(Point, KeyTime)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde en sleuteltijd.

public:
 EasingPointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingPointKeyFrame(System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingPointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingPointKeyFrame
Public Sub New (value As Point, keyTime As KeyTime)

Parameters

value
Point

De initiële Point waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingPointKeyFrame(Point, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingPointKeyFrame klasse met de opgegeven Point waarde, sleuteltijd en versoepelingsfunctie.

public:
 EasingPointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingPointKeyFrame(System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingPointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingPointKeyFrame
Public Sub New (value As Point, keyTime As KeyTime, easingFunction As IEasingFunction)

Parameters

value
Point

De initiële Point waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op