Const
JointStyle 类是指定要在绘制线条中使用的联接点样式的常量值枚举。提供的这些常量用作 Graphics.lineStyle() 方法的 joints 参数中的值。
在 Graphics.lineStyle() 方法的 joints 参数中指定斜角连接。
Egret 2.5
Web
zh_CN
在 Graphics.lineStyle() 方法的 joints 参数中指定尖角连接。
在 Graphics.lineStyle() 方法的 joints 参数中指定圆角连接。
Graphics#lineStyle()
JointStyle 类是指定要在绘制线条中使用的联接点样式的常量值枚举。提供的这些常量用作 Graphics.lineStyle() 方法的 joints 参数中的值。