Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int Add( MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, bool bRelativeCoord )
Public Function Add ( type As MotionCommandPathType, pts As PointF(), ptsType As MotionPathPointsType, bRelativeCoord As Boolean ) As Integer
public: int Add( MotionCommandPathType type, array<PointF>^ pts, MotionPathPointsType ptsType, bool bRelativeCoord )
member Add : type : MotionCommandPathType * pts : PointF[] * ptsType : MotionPathPointsType * bRelativeCoord : bool -> int