pDrawRectangle

Draw a color-filled rectangle

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pDrawRectangle = void function
(
int posX
,
int posY
,
int width
,
int height
,)

Meta