RenderingContext OffscreenCanvas.getContext(string contextType)
基础库 2.7.0 开始支持,低版本需做兼容处理。
该方法返回 OffscreenCanvas 的绘图上下文
参数
string contextType
contextType 的合法值
值 | 说明 | 最低版本 |
---|---|---|
webgl | 创建 WebGL 绘图上下文 | |
2d | 创建 2d 绘图上下文 | 2.14.4 |
返回值
RenderingContext
注意不允许混用 WebGL 和 2d 绘图上下文