Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

CanvasRenderingContext2D.drawWidgetAsOnScreen()

非标准
该特性是非标准的,请尽量不要在生产环境中使用它!

这个内部使用非标准的Canvas 2D API 的方法CanvasRenderingContext2D.drawWidgetAsOnScreen()为Canvas(画布)上的窗口提供了根部件。不像drawWindow()这个API,它使用操作系统来获取屏幕上部件的快照而不是从Gecko自己的组合中读取

 

这个API用在Web内容上。它只支持Windows系统中Chrome进程中使用OMTC的小部件

句法

void ctx.drawWidgetAsOnScreen(window);

参数

window
 Window 提供.

说明

不是当前规范或者草案的一部分. 这是一个内部使用的无标准的API.

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 未实现 41 (41) 未实现 未实现 未实现
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 未实现 未实现 41.0 (41) 未实现 未实现 未实现

参见

文档标签和贡献者

 此页面的贡献者: YeClimEric
 最后编辑者: YeClimEric,