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]

 

 

此处评论已关闭