canvas 鼠標交互

canvas 鼠標交互canvas

 

 

獲取鼠標相對於 canvas位置的方法:spa

 

 

 

var x=event.clientX-canvas.getBoundingClientRect().left;get

 

var y=event.clientY-canvas.getBoundingClientRect().top;event

 

 

 

if(context.isPointInPath(x,y)){//檢測鼠標點擊的位置是否是在圖形中,若是是,填充爲紅色class

 

context.fillStyle = 「red」;cli

 

context.fill();方法

 

 }top

相關文章
相關標籤/搜索