RenderingContext OffscreenCanvas.getContext(string contextType)
基础库 2.7.0 开始支持,低版本需做兼容处理。
该方法返回 OffscreenCanvas 的绘图上下文
参数
string contextType
返回值
RenderingContext
当前仅支持获取 WebGL 绘图上下文
基础库 2.7.0 开始支持,低版本需做兼容处理。
该方法返回 OffscreenCanvas 的绘图上下文
当前仅支持获取 WebGL 绘图上下文
本文档使用 BookStack 构建