Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _getViewRight
Function
_getViewRight
MyGUIEngine/include/MyGUI_ICroppedRectangle.h:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
return mCoord.left + mMargin.left;
135
}
136
int _getViewRight() const
137
{
138
return mCoord.right() - mMargin.right;
139
}
140
int _getViewTop() const
141
{
142
return mCoord.top + mMargin.top;
Callers
1
_checkPoint
Method · 0.85
Calls
1
right
Method · 0.80
Tested by
no test coverage detected