| TimelineGroupInsert Method |
Inserts a timeline into the
TimelineGroup at the specified index.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Insert(
int index,
ITimeline timeline
)
Public Sub Insert (
index As Integer,
timeline As ITimeline
)
public:
virtual void Insert(
int index,
ITimeline^ timeline
) sealed
abstract Insert :
index : int *
timeline : ITimeline -> unit
override Insert :
index : int *
timeline : ITimeline -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which timeline should be inserted.
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline to insert into the TimelineGroup.
Implements
IListTInsert(Int32, T)Exceptions See Also