Add
IMotionPath.Add method
Agregar nuevo comando a la trayectoria
public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType,
bool bRelativeCoord)
Parámetro | Tipo | Descripción |
---|---|---|
type | MotionCommandPathType | Tipo de comando para el comportamiento del efecto de animación MotionCommandPathType |
pts | PointF[] | Array de puntos PointF[] |
ptsType | MotionPathPointsType | Tipo de puntos en la trayectoria de animación MotionPathPointsType |
bRelativeCoord | Boolean | Indica si se deben usar coordenadas relativas o no Boolean |
Valor de retorno
Comando de una trayectoria IMotionCmdPath
Ver también
- interfaz IMotionCmdPath
- enum MotionCommandPathType
- enum MotionPathPointsType
- interfaz IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides