简体中文
主题
ellipse() 方法用于创建椭圆。
ellipse()
var ctx = node.getComponent(cc.Graphics); ctx.ellipse(200, 100, 200, 100); ctx.stroke();
返回 Graphics 组件参考