circle

circle() 方法创建椭圆。

实例

  1. var ctx = node.getComponent(cc.Graphics);ctx.circle(200,200, 200);ctx.stroke();

绘图组件