Return the x and y coordinates of the midpoint on the left side of the Rect.
314
# File 'lib/rubygame/rect.rb', line 314 def midleft; return self.at(0), self.centery; end