MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / iTop

Method iTop

engine/src/rectangle.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int ScreenRect::iTop() { return ((int)(y)); }
21int ScreenRect::iLeft() { return ((int)(x)); }
22int ScreenRect::iBottom() { return ((int)(y + h)); }
23int ScreenRect::iRight() { return ((int)(x + w)); }

Callers 1

BitmapCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected