fillRect

Fills an uniform rectangle area in an Image.

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

Meta