MotionPath Class

Represent motion path.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.AnimationMotionPath

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class MotionPath : IMotionPath, IEnumerable<IMotionCmdPath>, 
	IEnumerable

The MotionPath type exposes the following members.

Constructors
  NameDescription
Public methodMotionPath
Initializes a new instance of the MotionPath class
Properties
  NameDescription
Public propertyCount
Returns the number of paths in the collection. Read-only Int32.
Public propertyItem
Returns a command at the specified index.
Methods
  NameDescription
Public methodAdd
Add new command to path
Public methodClear
Removes all commands from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Insert new command to path
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes specified commans from the collection.
Public methodRemoveAt
Removes a command at the specified index.
Public methodToString (Inherited from Object.)
See Also