draw-rectangle-lines ( posX posY width height color -- )


Vocabulary
raylib

Inputs
posXan int
posYan int
widthan int
heightan int
colora Color


Outputs
None

Word description
Draw rectangle outline

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle-lines void
DrawRectangleLines
( int posX, int posY, int width, int height, Color color )