BitmapData | Specifies the attributes of a bitmap image. The BitmapData class is used by the LockBits and UnlockBits methods of the Bitmap class. Not inheritable. |
ColorMap | Defines a map for converting colors. Several methods of the ImageAttributes class adjust image colors by using a color-remap table, which is an array of ColorMap structures. Not inheritable. |
ColorMatrix | Defines a 5 x 5 matrix that contains the coordinates for the RGBA space. Several methods of the ImageAttributes class adjust image colors by using a color matrix. This class cannot be inherited. |
ColorPalette | Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable. |
Encoder | An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter. |
EncoderParameter | Used to pass a value, or an array of values, to an image encoder. |
EncoderParameters | Encapsulates an array of EncoderParameter objects. |
FrameDimension | Provides properties that get the frame dimensions of an image. Not inheritable. |
ImageAttributes | Contains information about how bitmap and metafile colors are manipulated during rendering. |
ImageCodecInfo | The ImageCodecInfo class provides the necessary storage members and methods to retrieve all pertinent information about the installed image encoders and decoders (called codecs). Not inheritable. |
ImageFormat | Specifies the file format of the image. Not inheritable. |
Metafile | Defines a graphic metafile. A metafile contains records that describe a sequence of graphics operations that can be recorded (constructed) and played back (displayed). This class is not inheritable. |
MetafileHeader | Contains attributes of an associated Metafile. Not inheritable. |
MetaHeader | Contains information about a windows-format (WMF) metafile. |
PlayRecordCallback | This delegate is not used. For an example of enumerating the records of a metafile, see EnumerateMetafile . |
PropertyItem | Encapsulates a metadata property to be included in an image file. Not inheritable. |
WmfPlaceableFileHeader | Defines a placeable metafile. Not inheritable. |