Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Image
class is an abstract base class that provides methods for working with raster images (bitmaps) and vector images (metafiles). The Bitmap
class and the Metafile class both inherit from the Image
class. The Bitmap
class expands on the capabilities of the Image
class by providing additional methods for loading, saving, and manipulating raster images. The Metafile class expands on the capabilities of the Image
class by providing additional methods for recording and examining vector images.
Types of Bitmaps
Discusses the various image formats.
Metafiles in GDI+
Discusses GDI+ support for metafiles.
Drawing, Positioning, and Cloning Images in GDI+
Discusses methods for drawing vector and raster images with managed code.
Cropping and Scaling Images in GDI+
Discusses methods for cropping and scaling vector and raster images with managed code
Image
Describes this class and has links to all of its members.
Bitmap
Describes this class and has links to all of its members
Working with Images, Bitmaps, Icons, and Metafiles
Contains links to topics that demonstrate how to use images in your application.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowTraining