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

Function _getViewLeft

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:132–135  ·  view source on GitHub ↗

Get cropped by parent rectangle coordinates

Source from the content-addressed store, hash-verified

130
131 // Get cropped by parent rectangle coordinates
132 int _getViewLeft() const
133 {
134 return mCoord.left + mMargin.left;
135 }
136 int _getViewRight() const
137 {
138 return mCoord.right() - mMargin.right;

Callers 1

_checkPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected