MotionPath

Overview

MotionPath is a class in Aspose.Slides FOSS for Python. Inherits from: IMotionPath.

Represent motion path.

Properties

NameTypeAccessDescription
countintReadReturns the number of motion commands in the path
as_i_enumerableAnyReadProvides an enumerable view of the motion commands

Methods

SignatureDescription
__init__()
add(type, pts, pts_type, b_relative_coord)IMotionCmdPathCreates 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