|
Hi,
I am creating a user control class and would like to draw an image on it using the Graphics class. But, I need the white bits to not draw. I know the command MyGraphics.DrawImage(Image,X,Y,Width,Height), but this cannot draw transparent parts. Is it possible to do this?
Thanks,,
Matt |