Add

IMotionPath.Add метод

Добавить новую команду в путь

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ПараметрТипОписание
typeMotionCommandPathTypeТип команды для поведения эффекта анимации MotionCommandPathType
ptsPointF[]Массив точек PointF[]
ptsTypeMotionPathPointsTypeТип точек в анимационном движущемся пути MotionPathPointsType
bRelativeCoordBooleanУказывает, следует ли использовать относительные координаты или нет Boolean

Возвращаемое значение

Команда пути IMotionCmdPath

См. также