Click or drag to resize
DigitalRuneAnimationCurveTValue, TPoint, TCurveKey, TCurveGetValueFromPoint Method
Gets the animation value from a given point on the curve.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected abstract TValue GetValueFromPoint(
	TPoint point
)

Parameters

point
Type: TPoint
The point on the curve.

Return Value

Type: TValue
The animation value.
See Also