swf_definerect
Opis
void swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width )Defines a rectangle with an upper left hand coordinate and a lower right hand coordinate.
Parametry
objidThe object id.
x1x-coordinate of upper left point.
y1y-coordinate of upper left point.
x2x-coordinate of lower right point.
y2y-coordinate of lower right point.
widthWidth of the rectangles border, if the width is 0.0 then the rectangle is filled.
| Poprzedni | Spis treści | Następny |
| swf_definepoly | Początek rozdziału |