IMotionCmdPath
IMotionCmdPath interface
Represent one command of a path.
public interface IMotionCmdPath
Properties
| Name | Description |
|---|---|
| CommandType { get; set; } | Specifies command type. Read/write MotionCommandPathType. |
| IsRelative { get; set; } | Determine command coordinates relative or not. Read/write Boolean. |
| Points { get; set; } | Specifies points of command. Read/write PointF[]. |
| PointsType { get; set; } | Specifies command points type Read/write MotionPathPointsType. |
See Also
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides