TimelineGroup Methods |
The TimelineGroup type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a timeline to the TimelineGroup.
| |
Clear |
Removes all timelines from the TimelineGroup.
| |
Contains |
Determines whether the TimelineGroup contains a specific timeline.
| |
CreateInstance |
Creates an animation instance that can be used to play back the animation.
(For internal use only.)
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAnimationTime |
Gets the animation time for the specified time on the timeline.
| |
GetEnumerator |
Returns an enumerator that iterates through the TimelineGroup.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetState |
Gets the state of the animation for the specified time on the timeline.
| |
GetTotalDuration |
Gets the total length of the timeline.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific timeline in the TimelineGroup.
| |
Insert |
Inserts a timeline into the TimelineGroup at the specified index.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific timeline from the TimelineGroup.
| |
RemoveAt |
Removes the timeline at the specified index from the TimelineGroup.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AddRangeITimeline |
Adds the specified items to the ICollectionT.
(Defined by CollectionHelper.) | |
DoITimeline(ActionITimeline) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
DoITimeline(ActionITimeline, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
ForEachITimeline(ActionITimeline) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
ForEachITimeline(ActionITimeline, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
IndexOfITimeline |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
ICollectionITimelineCopyTo | ||
IEnumerableITimelineGetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through the collection.
|