IMotionPath Interface |
Namespace: Aspose.Slides.Animation
The IMotionPath type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIEnumerable |
Allows to get base IBehavior interface.
Read-only IEnumerable.
|
![]() | Count |
Returns the number of paths in the collection.
Read-only Int32.
|
![]() | Item |
Returns a command at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Add new command to path
|
![]() | Clear |
Removes all commands from the collection.
|
![]() | GetEnumerator | (Inherited from IEnumerable.) |
![]() | Insert |
Insert new command to path
|
![]() | Remove |
Removes specified commans from the collection.
|
![]() | RemoveAt |
Removes a command at the specified index.
|