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

Function _getViewTop

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 return mCoord.right() - mMargin.right;
139 }
140 int _getViewTop() const
141 {
142 return mCoord.top + mMargin.top;
143 }
144 int _getViewBottom() const
145 {
146 return mCoord.bottom() - mMargin.bottom;

Callers 1

_checkPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected