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

Function getWidth

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:113–116  ·  view source on GitHub ↗

Get width */

Source from the content-addressed store, hash-verified

111 }
112 /** Get width */
113 int getWidth() const
114 {
115 return mCoord.width;
116 }
117 /** Get height */
118 int getHeight() const
119 {

Callers 9

overrideArrangeMethod · 0.85
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