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

Function DrawRectangle

include/Image.hpp:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 void DrawRectangle(int posX, int posY, int width, int height, ::Color color = {255, 255, 255, 255}) {
633 ::ImageDrawRectangle(this, posX, posY, width, height, color);
634 }
635
636 void DrawRectangle(Vector2 position, Vector2 size, ::Color color = {255, 255, 255, 255}) {
637 ::ImageDrawRectangleV(this, position, size, color);

Callers 9

DrawMethod · 0.70
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected