Skip to main content

System.Drawing.Imaging

Types

NameDescription
BitmapDataSpecifies the attributes of a bitmap image.
ColorAdjustTypeSpecifies which GDI+ objects use color adjustment information.
ColorChannelFlagSpecifies a range of CMYK channels.
ColorMapDefines a map for converting colors.
ColorMapTypeSpecifies the types of color maps.
ColorMatrixDefines a 5 x 5 matrix that contains the homogeneous coordinates for the RGBA space.
ColorMatrixFlagSpecifies available options for color-adjusting. GDI+ can adjust color data only, grayscale data only, or both.
ColorPaletteDefines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable.
FrameDimensionProvides properties that get the frame dimensions of an image. Not inheritable.
ImageAttributesContains information about how bitmap and metafile colors are manipulated during rendering.
ImageCodecInfoProvides the necessary storage members and methods to retrieve all pertinent information about the available image encoders and decoders.
ImageFlagsSpecifies the attributes of the pixel data contained in an Image object.
ImageFormatSpecifies the format of the image.
ImageLockModeSpecifies flags that are passed to the flags parameter of the LockBits method. TheLockBits method locks a portion of an image so that you can read or write the pixel data.
PixelFormatSpecifies the format of the color data for each pixel in the image.
PropertyItemEncapsulates a metadata property to be included in an image file.