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

Function getBottom

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:108–111  ·  view source on GitHub ↗

Get bottom y-coordinate */

Source from the content-addressed store, hash-verified

106 }
107 /** Get bottom y-coordinate */
108 int getBottom() const
109 {
110 return mCoord.bottom();
111 }
112 /** Get width */
113 int getWidth() const
114 {

Callers 3

_checkOutsideFunction · 0.85

Calls 1

bottomMethod · 0.80

Tested by

no test coverage detected