I want to have interactions only where there are pixels.

I want to have interactions only where there are pixels.

Hi YinZuoyu,
To control the interactions of an element you can override the “ContainsPoint” method. However, you will need to do all the calculations to determine if the coordinates are over a pixel or not.
Thanks.