DiscreteInt32KeyFrame.InterpolateValueCore Method (Int32, Double)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Uses discrete interpolation to transition between the previous key frame value and the value of the current key frame.
Assembly: PresentationCore (in PresentationCore.dll)
Protected Overrides Function InterpolateValueCore ( baseValue As Integer, keyFrameProgress As Double ) As Integer
Parameters
- baseValue
-
Type:
System.Int32
The value to animate from.
- keyFrameProgress
-
Type:
System.Double
A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame.
Return Value
Type: System.Int32The output value of this key frame given the specified base value and progress.
.NET Framework
Available since 3.0
Available since 3.0
Show: