Image Transparency

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
WD_Gordon
Newbie
Newbie
Posts: 49
Joined: Wed Jun 18, 2008 12:00 am

Image Transparency

Post by WD_Gordon » Wed Mar 04, 2009 6:51 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 05, 2009 11:58 am

Hi Kevin,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply