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

Function getTop

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:103–106  ·  view source on GitHub ↗

Get top y-coordinate */

Source from the content-addressed store, hash-verified

101 }
102 /** Get top y-coordinate */
103 int getTop() const
104 {
105 return mCoord.top;
106 }
107 /** Get bottom y-coordinate */
108 int getBottom() const
109 {

Callers 3

buildQuadVertexMethod · 0.85
_checkOutsideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected