SDL2Renderer.fillRect

Draw a filled rectangle.

class SDL2Renderer
void
fillRect
(
int x
,
int y
,
int width
,
int height
)

Throws

SDL2Exception on error.

See Also

Meta