# File lib/rubygame/gfx.rb, line 313
  def draw_arc_s( center, radius, angles, color )
    _draw_arc( center, radius, angles, color, true )
    return self
  end