Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/include/MyGUI_TCoord.h:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void clear()
136
{
137
left = top = width = height = 0;
138
}
139
140
void set(T const& _left, T const& _top, T const& _width, T const& _height)
141
{
Callers
1
TCoord
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected