| ||||||||||
SWFShape->movePen(unknown) SWFShape->movePen - перемещает карандаш фигуры (относительно). Описаниеvoid swfshape->movepen (int dx, int dy)
swfshape->setrightfill() перемещает карандаш фигуры из координат (current x, current y) в (current x + dx, current y + dy) в координатном пространстве фигуры. См. также swfshape->movepento(), swfshape->drawcurveto(), swfshape->drawlineto() и swfshape->drawline(). | ||||||||||
|