Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getTextureRealWidth
Method
getTextureRealWidth
MyGUIEngine/src/MyGUI_Canvas.cpp:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
int Canvas::getTextureRealWidth() const
281
{
282
return (int)mTexture->getWidth();
283
}
284
285
int Canvas::getTextureRealHeight() const
286
{
Callers
1
update
Method · 0.80
Calls
1
getWidth
Method · 0.45
Tested by
no test coverage detected