Delegate EasingFunction
An EasingFunction describes how much to modify a scalar value based on the current time, the start value, the change in value, and the duration.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public delegate double EasingFunction(double currentTime, double startValue, double byValue, int duration)
Parameters
Returns
Type | Description |
---|---|
double |