MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawRectangle

Function DrawRectangle

include/Color.hpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void DrawRectangle(int posX, int posY, int width, int height) const {
167 ::DrawRectangle(posX, posY, width, height, *this);
168 }
169
170 void DrawRectangle(::Vector2 position, ::Vector2 size) const { ::DrawRectangleV(position, size, *this); }
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected