熱門文章

Ⓒegret.Shape 用法

繪製有邊線圓型範例

let s1 = new egret.Shape();
s1.graphics.lineStyle(5, 0xFF0000);
s1.graphics.beginFill(0xFFFF00);
s1.graphics.drawCircle(50, 50, 50);
s1.graphics.endFill();
this.addChild(s1);

沒有留言:

張貼留言