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

Function getSize

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:51–54  ·  view source on GitHub ↗

Get size */

Source from the content-addressed store, hash-verified

49 }
50 /** Get size */
51 IntSize getSize() const
52 {
53 return mCoord.size();
54 }
55 /** Get coordinates (position and size) */
56 const IntCoord& getCoord() const
57 {

Callers 6

createWidgetRealTMethod · 0.85
setSizeMethod · 0.85
setCoordMethod · 0.85
getViewSizeMethod · 0.85
_getContentSizeMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected