image-draw-rectangle ( dst posX posY width height color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
posXan int
posYan int
widthan int
heightan int
colora Color


Outputs
None

Word description
Draw rectangle within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-rectangle void
ImageDrawRectangle
( Image* dst, int posX, int posY, int width, int height,
Color color )