aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/imagebitmap/height/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/imagebitmap/height/index.html')
-rw-r--r--files/zh-cn/web/api/imagebitmap/height/index.html33
1 files changed, 33 insertions, 0 deletions
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
+---
+<div>{{APIRef("Canvas API")}}</div>
+
+<div> </div>
+
+<p><code><strong>只读属性 ImageBitmap.height</strong></code> 返回 {{domxref("ImageBitmap")}} 对象的 CSS 像素高度。</p>
+
+<h2 id="规范">规范</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">规范</th>
+ <th scope="col">状态</th>
+ <th scope="col">备注</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML WHATWG', "webappapis.html#dom-imagebitmap-height", "ImageBitmap.height")}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="浏览器兼容性">浏览器兼容性</h2>
+
+
+
+<p>{{Compat("api.ImageBitmap.height")}}</p>