CanvasLayer
继承自 BaseCustomLayer
<CanvasLayer ref={canvasLayerRef} canvas={...} bounds={[...]} />
function draw() {
// 你需要自己决定 canvas 什么时候重绘
// 并且调用 canvasLayerRef.reFresh() 更新图层
}
Props
属性名 | 类型 | 备注 |
---|---|---|
canvas | HTMLCanvasElement | |
bounds | number[2][2] | |
...继承的属性 |
Events
事件名 | 备注 |
---|---|
Example
查看源代码: