I have create several canvas with transparent background and wanna make some move event on it.
However, I found that all mouse event (e.g. MouseLeftButtonDown) cannot function of the background of the canvas is Null or Transparent. But if I set the background to some solid color (say, red or blue), the mouse event function well.
Why?
Could I make the mouse event function properly with transparent background?
Thank you!