EasingByteKeyFrame Constructors

Definitie

Overloads

Name Description
EasingByteKeyFrame()

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse.

EasingByteKeyFrame(Byte)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde.

EasingByteKeyFrame(Byte, KeyTime)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde en sleuteltijd.

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde, sleuteltijd en versoepelingsfunctie.

EasingByteKeyFrame()

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse.

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

Zie ook

Van toepassing op

EasingByteKeyFrame(Byte)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde.

public:
 EasingByteKeyFrame(System::Byte value);
public EasingByteKeyFrame(byte value);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte)

Parameters

value
Byte

De initiële Byte waarde.

Zie ook

Van toepassing op

EasingByteKeyFrame(Byte, KeyTime)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde en sleuteltijd.

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

Parameters

value
Byte

De initiële Byte waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingByteKeyFrame klasse met de opgegeven Byte waarde, sleuteltijd en versoepelingsfunctie.

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

Parameters

value
Byte

De initiële Byte waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op