MotionCmdPath

MotionCmdPath class

Represent one command of a path.

The MotionCmdPath type exposes the following members:

Properties

NameDescription
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