IMotionPath class
IMotionPath class
Represent motion path.
The IMotionPath type exposes the following members:
Properties
| Property | Description |
|---|---|
count | Returns the number of paths in the collection. Read-only int. |
Returns a command at the specified index.
Indexer
| Name | Description |
|---|---|
[index] |
Methods
| Method | Description |
|---|---|
add(self, type, pts, pts_type, b_relative_coord) | Add new command to path |
insert(self, index, type, pts, pts_type, b_relative_coord) | Insert new command to path |
clear(self) | Removes all commands from the collection. |
remove(self, item) | Removes specified commans from the collection. |
remove_at(self, index) | Removes a command at the specified index. |
See Also
- module
aspose.slides.animation - library
Aspose.Slides