MotionPath
Overview
MotionPath is a class in Aspose.Slides FOSS for Python.
Inherits from: IMotionPath.
Represent motion path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of motion commands in the path |
as_i_enumerable | Any | Read | Provides an enumerable view of the motion commands |
Methods
| Signature | Description |
|---|---|
__init__() | |
add(type, pts, pts_type, b_relative_coord) → IMotionCmdPath | Creates and appends a new motion command with given type and points |
insert(index, type, pts, pts_type, b_relative_coord) | Inserts a new motion command at the specified index |
clear() | Removes all motion commands from the path |
remove(item) | |
remove_at(index) | Removes the motion command at the given index |