Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getPosition
Function
getPosition
MyGUIEngine/include/MyGUI_ICroppedRectangle.h:46–49 ·
view source on GitHub ↗
Get position */
Source
from the content-addressed store, hash-verified
44
45
/** Get position */
46
IntPoint getPosition() const
47
{
48
return mCoord.point();
49
}
50
/** Get size */
51
IntSize getSize() const
52
{
Callers
1
getPosition
Method · 0.85
Calls
1
point
Method · 0.45
Tested by
no test coverage detected