InsertKeyFrame(Single, Double, IEasing) Method
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void InsertKeyFrame(
float normalizedProgressKey,
double value,
IEasing easingFunction
)
Public Sub InsertKeyFrame (
normalizedProgressKey As Single,
value As Double,
easingFunction As IEasing
)
member InsertKeyFrame :
normalizedProgressKey : float32 *
value : float *
easingFunction : IEasing -> unit
Parameters
See Also
Reference
DoubleKeyFrameAnimation Class
InsertKeyFrame Overload
Avalonia.Rendering.Composition Namespace