ellipse() 方法创建椭圆。
ellipse()
var ctx = node.getComponent(cc.Graphics); ctx.ellipse(200,100, 200,100); ctx.fill();
返回 Graphics 组件参考