easljs drawCircle x 和 y属性

两个属性是指相对圆心的位置

示例:

[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]

捕获

此处评论已关闭