Insert

IMotionPath.Insert method

Вставить новую команду в путь

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

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