两个属性是指相对圆心的位置
示例:
[pcsh lang="js" tab_size="4" message="" hl_lines="" provider="manual"]
var shape = new createjs.Shape();
shape.graphics.beginFill("#000").drawCircle(0,0,100);
shape.x = 0;
shape.y = 0;
[/pcsh]
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 522 位童鞋阅读过。
此处评论已关闭