Why is the background not being removed even though my png has a transparent background?
I have a png image that has no background, with an alpha channel. Despite bluePawn.BackColor = Color.Transparent;
, the background is still there. What is it about?