MCPcopy Create free account
hub / github.com/MyGUI/mygui / _getViewBottom

Function _getViewBottom

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return mCoord.top + mMargin.top;
143 }
144 int _getViewBottom() const
145 {
146 return mCoord.bottom() - mMargin.bottom;
147 }
148 int _getViewWidth() const
149 {
150 return mCoord.width - mMargin.left - mMargin.right;

Callers 1

_checkPointMethod · 0.85

Calls 1

bottomMethod · 0.80

Tested by

no test coverage detected