image-draw-rectangle-v ( dst position size color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
positiona Vector2
sizea Vector2
colora Color


Outputs
None

Word description
Draw rectangle within an image (Vector version)

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-rectangle-v void
ImageDrawRectangleV
( Image* dst, Vector2 position, Vector2 size, Color color )