If I have a bitmap image with a completely white background that consists of many singular dots, i.e.
http://i646.photobucket.com/albums/uu181/DavidPaulG/20090219115136.png
which I also have a List of Points i.e. List
if I want to fill in the dots with lines, i.e.,
http://i646.photobucket.com/albums/uu181/DavidPaulG/20090219115505.png
and also have the Bitmap object itself updated
How do I go about this, I have tried the Graphics.DrawPolygon but have had no luck,
Any suggestions would be greatly appreciated.
David
Albertto LiePosted Feb 20, 2009, 4:17 AM
http://www.4shared.com/dir/12900753/1d7de394/ImageConcate.html
i change the color of every pixel/point in picture one with pixel/point of picture 2.
in ur case, we just change all the point with black color i think
Mahesh ChandPosted Feb 19, 2009, 10:57 AM