From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/canvasimagesource/index.html | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/zh-cn/web/api/canvasimagesource/index.html (limited to 'files/zh-cn/web/api/canvasimagesource') diff --git a/files/zh-cn/web/api/canvasimagesource/index.html b/files/zh-cn/web/api/canvasimagesource/index.html new file mode 100644 index 0000000000..4e54de162c --- /dev/null +++ b/files/zh-cn/web/api/canvasimagesource/index.html @@ -0,0 +1,29 @@ +--- +title: CanvasImageSource +slug: Web/API/CanvasImageSource +translation_of: Web/API/CanvasImageSource +--- +

{{APIRef("Canvas API")}}

+ +

CanvasImageSource 是一个辅助类型,描述下面类型的任何一个对象:{{domxref("HTMLImageElement")}}, {{domxref("HTMLVideoElement")}}, {{domxref("HTMLCanvasElement")}}, {{domxref("CanvasRenderingContext2D")}}, 或 {{domxref("ImageBitmap")}}.

+ +

这是简化规范的辅助类型, 它不是一个接口,也没有对象实现它。

+ +

规范描述

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', "scripting.html#canvasimagesource", "CanvasImageSource")}}{{Spec2('HTML WHATWG')}}Initial definition.
+ +

 

-- cgit v1.2.3-54-g00ecf