lineCap

lineCap 属性设置或返回线条末端线帽的样式。

参数 描述
cc.GraphicsComponent.LineCap.BUTT 默认。向线条的每个末端添加平直的边缘。
cc.GraphicsComponent.LineCap.ROUND 向线条的每个末端添加圆形线帽。
cc.GraphicsComponent.LineCap.SQUARE 向线条的每个末端添加正方形线帽。

实例

var ctx = node.getComponent(cc.GraphicsComponent);
ctx.lineCap = cc.GraphicsComponent.LineCap.ROUND;
ctx.lineWidth = 10;
ctx.moveTo(100, 100);
ctx.lineTo(300, 100);
ctx.stroke();


返回 绘图组件

results matching ""

    No results matching ""