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

Function getHeight

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:118–121  ·  view source on GitHub ↗

Get height */

Source from the content-addressed store, hash-verified

116 }
117 /** Get height */
118 int getHeight() const
119 {
120 return mCoord.height;
121 }
122
123
124 /*internal:*/

Callers 7

simpleArrangeMethod · 0.85
floatArrangeMethod · 0.85
buildQuadVertexMethod · 0.85
notifyUpdateCanvasMethod · 0.85
updateSizeMethod · 0.85
notifyUpdateCanvasMethod · 0.85
createTextureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected