IMotionPath
Contenido
[
Ocultar
]IMotionPath interface
Representar trayectoria de movimiento.
public interface IMotionPath : IEnumerable<IMotionCmdPath>
Propiedades
Nombre | Descripción |
---|---|
AsIEnumerable { get; } | Permite obtener la interfaz base IBehavior. Solo lecturaIEnumerable . |
Count { get; } | Devuelve el número de rutas de la colección. Solo lecturaInt32 . |
Item { get; } | Devuelve un comando en el índice especificado. |
Métodos
Nombre | Descripción |
---|---|
Add(MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Agregar nuevo comando a ruta |
Clear() | Elimina todos los comandos de la colección. |
Insert(int, MotionCommandPathType, PointF[], MotionPathPointsType, bool) | Insertar nuevo comando en ruta |
Remove(IMotionCmdPath) | Elimina los comandos especificados de la colección. |
RemoveAt(int) | Elimina un comando en el índice especificado. |
Ver también
- interface IMotionCmdPath
- espacio de nombres Aspose.Slides.Animation
- asamblea Aspose.Slides