Method: Rect#bottomleft

Defined in:
lib/gamebox/lib/rect.rb

#bottomleftObject Also known as: bl

Return the x and y coordinates of the bottom-left corner of the Rect



278
# File 'lib/gamebox/lib/rect.rb', line 278

def bottomleft; return self[0], self.bottom; end