Click or drag to resize
DigitalRuneTimelineClipGetAnimationTime Method
Gets the animation time for the specified time on the timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Nullable<TimeSpan> GetAnimationTime(
	TimeSpan time
)

Parameters

time
Type: SystemTimeSpan
The time on the timeline.

Return Value

Type: NullableTimeSpan
The animation time. (The return value is if the animation is not active at time.)

Implements

ITimelineGetAnimationTime(TimeSpan)
See Also