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.
是否可以将 HTML UI 组件绘制到 Canvas (2D) 上下文中?
我想将按钮、列表框、文本输入控件渲染到 2D 画布上下文中。
使用标准 HTML 元素这是不可能的。该canvas元素仅用于渲染光栅图像。但是,您可以使用画布模拟此行为,但是您需要跟踪所有内容,例如鼠标位置、状态和事件。
canvas