com.spire.presentation.drawing.animation
Class MotionCmdPathEx
java.lang.Object
com.spire.presentation.drawing.animation.MotionCmdPathEx
public final class MotionCmdPathEx
- extends java.lang.Object
Represent one command of a path.
MotionCmdPathEx
public MotionCmdPathEx()
MotionCmdPathEx
public MotionCmdPathEx(MotionCommandPathType type,
com.spire.ms.System.Drawing.PointF[] pts,
MotionPathPointsType typePts,
boolean bRelCoord)
getMotionPoints
public java.awt.geom.Point2D[] getMotionPoints()
- Specifies points of command.
Read/write [].
getCommandType
public MotionCommandPathType getCommandType()
- Specifies command type.
Read/write .