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

Function getLeft

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:93–96  ·  view source on GitHub ↗

Get left x-coordinate */

Source from the content-addressed store, hash-verified

91
92 /** Get left x-coordinate */
93 int getLeft() const
94 {
95 return mCoord.left;
96 }
97 /** Get right x-coordinate */
98 int getRight() const
99 {

Callers 3

buildQuadVertexMethod · 0.85
_checkOutsideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected