Skip to content

Commit

Permalink
2024/04/22 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 2, 2024
1 parent cf577c7 commit b510c7b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions files/ja/web/api/imagebitmaprenderingcontext/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: ImageBitmapRenderingContext
slug: Web/API/ImageBitmapRenderingContext
l10n:
sourceCommit: daeff1a2efaae366bcc8b6d911d86985646e665e
---

{{APIRef("Canvas API")}}{{AvailableInWorkers}}

**`ImageBitmapRenderingContext`** インターフェイスは、キャンバスのレンダリングコンテキストで、指定された {{domxref("ImageBitmap")}} でキャンバスのコンテンツを置き換える機能を提供します。そのコンテキスト ID({{domxref("HTMLCanvasElement.getContext()")}} または {{domxref("OffscreenCanvas.getContext()")}} の最初の引数)は `"bitmaprenderer"` です。

このインターフェイスは、ウィンドウと[ワーカー](/ja/docs/Web/API/Web_Workers_API)コンテキストの両方で利用できます。

## インスタンスメソッド

- {{domxref("ImageBitmapRenderingContext.transferFromImageBitmap()")}}
- : 指定された `ImageBitmap` をこのレンダリングコンテキストに関連付けられたキャンバスで表示します。`ImageBitmap` の所有権はキャンバスに移譲されます。これは以前は `transferImageBitmap()` という名前付きでしたが、仕様変更で名前が変更されました。古い名前はコードの破損を避けるために別名として残されています。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- {{domxref("OffscreenCanvas")}}

0 comments on commit b510c7b

Please sign in to comment.