Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ GetSize
Method
GetSize
include/Rectangle.hpp:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
RLCPP_NODISCARD Vector2 GetSize() const { return {width, height}; }
127
128
Rectangle& SetSize(float newWidth, float newHeight) {
129
width = newWidth;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected