Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Canvas (2D) コンテキストに HTML UI コンポーネントを描画することは可能ですか?
ボタン、リストボックス、テキスト入力コントロールを 2D Canvas Context にレンダリングしたいと思います。
これは、標準の HTML 要素を使用して行うことはできません。このcanvas要素は、ラスター イメージのレンダリングにのみ使用されます。ただし、キャンバスを使用してこの動作をエミュレートすることはできますが、マウスの位置、状態、イベントなどすべてを追跡する必要があります。
canvas