drawRect

Draws a rectangle outline in an Image.

void
drawRect
(
I
P
)
(
I img
,
int x
,
int y
,
int width
,
int height
,
P e
)
if (
isImage!I &&
is(P : I.element_t)
)

Meta