image-draw-rectangle-lines ( dst rec thick color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
reca Rectangle
thickan int
colora Color


Outputs
None

Word description
Draw rectangle lines within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-rectangle-lines
void ImageDrawRectangleLines
( Image* dst, Rectangle rec, int thick, Color color )