eDriven Framework API
Interpolate Method (fraction, startValue, endValue)
NamespaceseDriven.Animation.InterpolatorsIInterpolatorInterpolate(Single, Object, Object)
eDriven Framework API
Interpolates value
Declaration Syntax
C#Visual BasicVisual C++
Object Interpolate(
	float fraction,
	Object startValue,
	Object endValue
)
Function Interpolate ( _
	fraction As Single, _
	startValue As Object, _
	endValue As Object _
) As Object
Object^ Interpolate(
	float fraction, 
	Object^ startValue, 
	Object^ endValue
)
Parameters
fraction (Single)
The fraction (percentage done) of whole process
startValue (Object)
Starting value
endValue (Object)
Ending value
Return Value

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)