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

Function getAbsoluteRect

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:67–74  ·  view source on GitHub ↗

Get rectangle in screen coordinates */

Source from the content-addressed store, hash-verified

65 }
66 /** Get rectangle in screen coordinates */
67 IntRect getAbsoluteRect() const
68 {
69 return {
70 mAbsolutePosition.left,
71 mAbsolutePosition.top,
72 mAbsolutePosition.left + mCoord.width,
73 mAbsolutePosition.top + mCoord.height};
74 }
75 /** Get coordinate in screen coordinates */
76 IntCoord getAbsoluteCoord() const
77 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected