I am learning about transparency and found some interesting answer for myself at
WPF: Detect Image click only on non-transparent portion
However I do not understand at all the part where it says in answer
after adding this class, just use it like a regular image:
utils:OpaqueClickableImage Name="image" Source="http://entropymine.com/jason/testbed/pngtrans/rgb8_t_bk.png" Stretch="None"
First of all I wrote the class and how do I add it in XAML now, so that it will be usable/visible? And if I may, since I'm a total beginner at this, to explain in step by step if its some thig complicated. Thank you for any kind of help/advice!