Add

IMotionPath.Add method

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

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

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

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

Смотрите также