Click or drag to resize
DigitalRuneKeyFrameT Constructor (TimeSpan, T)

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public KeyFrame(
	TimeSpan time,
	T value
)

Parameters

time
Type: SystemTimeSpan
The time value of the key frame.
value
Type: T
The animation value of the key frame.
See Also