July 2002
Beginner
720 pages
14h 35m
English
The System.Drawing.Imaging namespace provides imaging functionality based on advanced GDI+ functions. In this namespace we will find the Metafile class, used for recording and saving metafiles, the Encoder and Decoder classes, for working with images in different formats, and the PropertyItem class, for storing and retrieving metadata in image files.
Metafiles are used to record a sequence of graphics operations that later can be played back on any device supported by GDI+. A metafile consists of a header and information about the graphics operations. Metafiles can contain vector graphics, raster images, and text.
In GDI+, the enhanced Windows metafile image format (EMF+) is used, but the Metafile ...
Read now
Unlock full access