March 2008
Intermediate to advanced
66 pages
1h 50m
English
The previous sections in this Wrox Blox have explained how to draw lines, shapes, and text at a moderately high level. You don't need to understand what colors to give which pixels to draw a line; you simply call a Graphics object's DrawLine method, and Visual Basic does the rest.
Usually it's easiest to work at this high level, but sometimes you may want to work directly with the pixels in an image. This is particularly useful when you want to manipulate an existing image such as a bitmap, JPG, or GIF file, or when you want to draw something and then save it in a file of one of those types.
The following sections explain how to load, manipulate, and save these kinds of images.
Read now
Unlock full access