easljs Shape 类
使用方法:
会生成一个Graphic实例,用graphics属性可以获取他
示例:
[pcsh lang="js" tab_size="4" message="" hl_lines="" provider="manual"]
var shape = new createjs.Shape();
shape.graphics.beginFill("#ff0000").drawCircle(0, 0, 50);
[/pcsh]
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 518 位童鞋阅读过。
此处评论已关闭