I was trying to draw an transparent image in the After_Draw event.
You have a bool parameter named transparent in the Draw method. But in your Draw method in the CanvasGDIplus class you are extracting the pixel color for position 1,1. In my case the image transparent color is at pixel 0,0.
I would like to suggest that you allow the programmer to pass in a color instead so there is no guess work as to what the transparent color is.
Thanks,
Kevin
Image Transparency
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kevin,
Ok, I've added your request to the wish-list to be considered for inclusion in future releases.
Ok, I've added your request to the wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |