| KeyFrameT Constructor (TimeSpan, T) |
Initializes a new instance of the
KeyFrameT class with the given time and
value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public KeyFrame(
TimeSpan time,
T value
)
Public Sub New (
time As TimeSpan,
value As T
)
public:
KeyFrame(
TimeSpan time,
T value
)
new :
time : TimeSpan *
value : 'T -> KeyFrame
Parameters
- time
- Type: SystemTimeSpan
The time value of the key frame. - value
- Type: T
The animation value of the key frame.
See Also