SDL2Renderer.drawRect

Draw a rectangle outline.

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

Throws

SDL2Exception on error.

See Also

Meta