EasingByteKeyFrame Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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
- 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
- keyTime
- KeyTime
De eerste sleuteltijd.
- easingFunction
- IEasingFunction
De versoepelingsfunctie.