简体中文
主题
moveTo 表示一条路径的起点。
moveTo
const ctx = node.getComponent(Graphics); ctx.moveTo(0,0); ctx.lineTo(300,150); ctx.stroke();
返回 Graphics 组件参考