OffscreenCanvas
基础库 2.7.0 开始支持,低版本需做兼容处理。
离屏 canvas 实例,可通过 wx.createOffscreenCanvas 创建。
方法
RenderingContext OffscreenCanvas.getContext(string contextType)
该方法返回 OffscreenCanvas 的绘图上下文
基础库 2.7.0 开始支持,低版本需做兼容处理。
离屏 canvas 实例,可通过 wx.createOffscreenCanvas 创建。
该方法返回 OffscreenCanvas 的绘图上下文
本文档使用 BookStack 构建