# File lib/rubygame/gfx.rb, line 115
  def draw_box( point1, point2, color )
    _draw_box( point1, point2, color, false )
    return self
  end