Libraries
»
gui_geometry
(0.3.1)
»
Index
»
GuiGeo
»
Rectangle
»
#bottom
Method: GuiGeo::Rectangle#bottom
Defined in:
lib/gui_geometry/rectangle.rb
#
bottom
⇒
Object
96
# File 'lib/gui_geometry/rectangle.rb', line 96
def
bottom
;
loc
.
x
+
size
.
y
;
end