| AnimationCurveTValue, TPoint, TCurveKey, TCurveGetValueFromPoint Method |
Gets the animation value from a given point on the curve.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected abstract TValue GetValueFromPoint(
TPoint point
)
Protected MustOverride Function GetValueFromPoint (
point As TPoint
) As TValue
protected:
virtual TValue GetValueFromPoint(
TPoint point
) abstract
abstract GetValueFromPoint :
point : 'TPoint -> 'TValue
Parameters
- point
- Type: TPoint
The point on the curve.
Return Value
Type:
TValueThe animation value.
See Also