Click or drag to resize
DigitalRuneTimelineClip Constructor (ITimeline)
Initializes a new instance of the TimelineClip class for the given timeline.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public TimelineClip(
	ITimeline timeline
)

Parameters

timeline
Type: DigitalRune.AnimationITimeline
The timeline.
See Also