IMotionCmdPath class

IMotionCmdPath class

Represent one command of a path.

The IMotionCmdPath type exposes the following members:

Properties

PropertyDescription
pointsSpecifies points of command.
Read/write aspose.pydrawing.PointF[].
command_typeSpecifies command type.
Read/write MotionCommandPathType.
is_relativeDetermine command coordinates relative or not.
Read/write bool.
points_typeSpecifies command points type
Read/write MotionPathPointsType.

See Also