Chapter 19. Manipulating Images and Bitmaps
The graphics you explored in Chapter 18, "Drawing and Painting with Visual Basic 2008," are called vector graphics because they're based on geometric descriptions and they can be scaled to any extent. Because they're based on mathematical equations, you can draw any details of the picture without losing any accuracy. You can zoom into a tiny section of an ellipse, for example, and never lose any detail because the ellipse is redrawn every time.
Vector graphics, however, can't be used to describe the type of images you capture with your digital camera. These images belong to a different category of graphics: bitmap graphics or raster graphics. A bitmap is a collection of colored pixels arranged in rows ...
Get Mastering Microsoft® Visual Basic® 2008 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.