Handbook
Glossary
image-draw-rectangle ( dst posX posY width height color -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
posX
an
int
posY
an
int
width
an
int
height
an
int
color
a
Color
Outputs
None
Word description
Draw rectangle within an image
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-rectangle
void
ImageDrawRectangle
( Image* dst,
int
posX,
int
posY,
int
width,
int
height,
Color
color )