# File lib/rubygame/gfx.rb, line 300
  def draw_arc( center, radius, angles, color )
    _draw_arc( center, radius, angles, color, false )
    return self
  end