(unknown)
SWFShape->movePen -- シェープのペンを(相対)移動する
説明
void swfshape->movepen
(integer dx, integer dy)
swfshape->setrightfill() move the shape's pen from
coordinates (current x,current y) to (current x + dx,
current y + dy) in the shape's coordinate space.
See also
swfshape->movepento(),
swfshape->drawcurveto(),
swfshape->drawlineto() et
swfshape->drawline().