MotionCmdPath
Overview
MotionCmdPath is a class in Aspose.Slides FOSS for Python.
Inherits from: IMotionCmdPath.
Represent one command of a path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
points | list[Any] | Read | Holds the list of points that define the motion path |
command_type | MotionCommandPathType | Read | Indicates the type of motion command for the path |
is_relative | bool | Read | Specifies if the path points are relative to the shape’s position |
points_type | MotionPathPointsType | Read | Describes the format or coordinate system of the path points |