Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getCanvasSize
Method
getCanvasSize
MyGUIEngine/src/MyGUI_ScrollView.cpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
IntSize ScrollView::getCanvasSize() const
217
{
218
return getClientWidget()->getSize();
219
}
220
221
void ScrollView::setPropertyOverride(std::string_view _key, std::string_view _value)
222
{
Callers
6
Type MYGUICALL ExportScrollView_GetCanvasSize
Method · 0.80
get
Function · 0.80
saveMouseRelative
Method · 0.80
loadMouseRelative
Method · 0.80
saveMouseRelative
Method · 0.80
loadMouseRelative
Method · 0.80
Calls
1
getSize
Method · 0.45
Tested by
no test coverage detected