# File lib/rubygame/gfx.rb, line 234 def draw_ellipse( center, radii, color ) _draw_ellipse( center, radii, color, false, false ) return self end