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

Function getRight

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:98–101  ·  view source on GitHub ↗

Get right x-coordinate */

Source from the content-addressed store, hash-verified

96 }
97 /** Get right x-coordinate */
98 int getRight() const
99 {
100 return mCoord.right();
101 }
102 /** Get top y-coordinate */
103 int getTop() const
104 {

Callers 2

_checkOutsideFunction · 0.85

Calls 1

rightMethod · 0.80

Tested by

no test coverage detected