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/imagebitmap/height/index.html | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/zh-cn/web/api/imagebitmap/height/index.html (limited to 'files/zh-cn/web/api/imagebitmap/height/index.html') diff --git a/files/zh-cn/web/api/imagebitmap/height/index.html b/files/zh-cn/web/api/imagebitmap/height/index.html new file mode 100644 index 0000000000..b6e6560cfb --- /dev/null +++ b/files/zh-cn/web/api/imagebitmap/height/index.html @@ -0,0 +1,33 @@ +--- +title: ImageBitmap.height +slug: Web/API/ImageBitmap/height +translation_of: Web/API/ImageBitmap/height +--- +
{{APIRef("Canvas API")}}
+ +
 
+ +

只读属性 ImageBitmap.height 返回 {{domxref("ImageBitmap")}} 对象的 CSS 像素高度。

+ +

规范

+ + + + + + + + + + + + + + +
规范状态备注
{{SpecName('HTML WHATWG', "webappapis.html#dom-imagebitmap-height", "ImageBitmap.height")}}{{Spec2('HTML WHATWG')}}Initial definition.
+ +

浏览器兼容性

+ + + +

{{Compat("api.ImageBitmap.height")}}

-- cgit v1.2.3-54-g00ecf