Bitmap Transparency Issue
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm using a picturebox control on my form which displays a bitmap object that's created programmatically. The problem is that when I go to save the bitmap (using bitmap.Save) it's saved with transparency enabled. How can I disable transparencies on my bitmap object? I've searched the MSDN but all I've managed to find is bitmap.MakeTransparent(). I'm quite surprised that there isn't a bitmap.MakeNotTransparent() function to go along with that, seems rather useless to have a clear and concise way of turning something on but then having to tear your hair out trying to find out how to shut it off ;) Thanks a lot, Joseph LeBlanc