Set 1 pixel of Image to transparent, how?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have an image 100x100 i want to set the pixel at the coord 20,35 just transparent. How can i do?
Use the SetPixel method of the Bitmap class and provide a transparent pixel. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!