Dealing with Bitmap
I usually prefer to work with bitmap when I am working on the imaging. The reason behind is, it has a lot of properties and methods to work with. We can easily save, change the pixel, and retrieve the pixel.Drawing Texts
Just like drawing the lines, pixels, circles on an image, it is very easy to write a text on the image using graphic object’s DrawString() method. This graphic object has to be based on the image where we are going to write to. So use the FromImage function of the Graphics to get the graphics object of the image.Formatting with Graphics
Graphics object can be used to format the image, text. So use the properly suited overloaded method to handle the requ ...
Read more here:
Vb.Net Draw In Picturebox
No comments:
Post a Comment
comment.........