wxml: wxss: js: 效果图展示:<canvas canvas-id="mycanvas" class="mycanvas" bindtouchstart="touchstart" bindtouchmove="touchmove"></canvas>
.mycanvas { width:750rpx; height:800rpx; background-color: #ccc; }
Page({ /** * 页面的初始数据 */ data: { x: 0, y: 0, new_x: 0, new_x: 0, }, /** * 生命周期函数--监听页面加载 */ onLoad: function(options) { }, /** * 触摸开始 */ touchstart: function(event) { const start_x = event.changedTouches[0].x const start_y = event.changedTouches[0].y this.setData({ x: start_x, y: start_y }) }, /** * 触摸移动 */ touchmove: function(event) { const move_x = event.changedTouches[0].x const move_y = event.changedTouches[0].y this.setData({ new_x: move_x, new_y: move_y }) // 调用绘制轨迹 this.draw_line() // 每次移动都重置一次起点,实现任意绘制 this.data.x = move_x this.data.y = move_y }, /** * 绘制触摸轨迹 */ draw_line: function() { const ctx = wx.createCanvasContext("mycanvas") // 移动到坐标点 ctx.moveTo(this.data.x, this.data.y) // 坐标点到当前点划线 ctx.lineTo(this.data.new_x, this.data.new_y) ctx.stroke() // 参数为true,则保留上一次的绘制内容,默认为false ctx.draw(true) }, })
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算