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

Function getPosition

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:46–49  ·  view source on GitHub ↗

Get position */

Source from the content-addressed store, hash-verified

44
45 /** Get position */
46 IntPoint getPosition() const
47 {
48 return mCoord.point();
49 }
50 /** Get size */
51 IntSize getSize() const
52 {

Callers 1

getPositionMethod · 0.85

Calls 1

pointMethod · 0.45

Tested by

no test coverage detected