MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / bottom

Method bottom

LibLemon/include/lemon/gfx/types.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 int right() { return x + width; }
43 int top() { return y; }
44 int bottom() { return y + height; }
45
46 int left(int newLeft) { width += x - newLeft; x = newLeft; return x; }
47 int right(int newRight) { width += newRight - (x + width); return x + width; }

Callers 2

PaintMethod · 0.80
SplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected