# File lib/rubygame/gfx.rb, line 130
  def draw_box_s( point1, point2, color )
    _draw_box( point1, point2, color, true )
    return self
  end