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