MCPcopy 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

_checkPointMethod · 0.85

Calls 1

rightMethod · 0.80

Tested by

no test coverage detected