Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Imaging Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe base class for all in-place effects, not creating a new GcBitmap.
    ClassRepresents a bi-level transparency mask or an image containing two colors - black and white in either a white-is-zero or black-is-zero format.
    ClassProvides methods for drawing on a GcBitmap.
    ClassIn-place effect that converts a monochromatic (grayscale) image to bi-level image using Bradley and Roth's method of adaptive image thresholding.
    ClassIn-place effect that updates the image brightness and contrast.
    ClassRepresents a 5x4 matrix for altering the RGBA values of a GcBitmap.
    ClassIn-place effect that converts a monochromatic (grayscale) image to bi-level image with two-dimensional error diffusion dithering.
    ClassRepresents an ellipse-like closed path.
    ClassRepresents a path consisting of straight line segments closing in a loop.
    ClassIn-place effect that applies gamma correction to the image.
    ClassIn-place effect that applies a Gaussian blur to the image.
    ClassRepresents an uncompressed in-memory bitmap in 32-bit ARGB format (A is the most significant byte).
    ClassImplements a drawing surface for GcBitmap.
    ClassRepresents a graphics path in GcBitmapGraphics.
    ClassAllows reading images from a multi-page GIF file/stream.
    ClassAllows creating a multi-frame GIF file.
    ClassRepresents a set of images stored in ICO format.
    ClassAllows reading images from a multi-page TIFF file/stream.
    ClassAllows creating a multi-page TIFF file.
    ClassRepresents a single frame in the GIF file.
    ClassDescribes a set of geometric figures that can contain lines, arcs, cubic Bezier curves, and quadratic Bezier curves.
    ClassRepresents a grayscale image or transparency mask with 8 bits per pixel.
    ClassIn-place effect that converts an image to monochromatic gray.
    ClassRepresents a single frame in ICO file.
    ClassRepresents a palette-color image with 4 bits per pixel.
    ClassRepresents a palette-color image with 8 bits per pixel.
    ClassIn-place effect that adjusts the opacity of an image by multiplying the alpha channel of the input by the specified opacity value.
    ClassIn-place effect that converts a monochromatic (grayscale) image to bi-level image using Otsu's method of clustering-based image thresholding.
    ClassA helper class for creating GraphicsPath objects.
    ClassRepresents a rectangle-like closed path.
    ClassDescribes the interior of a graphics shape composed of figures and paths.
    ClassRepresents a rounded rectangle-like closed path.
    ClassRepresents a single frame in TIFF file.
    ClassVarious settings used for encoding TIFF frame and saving in a stream.
    Interfaces
     InterfaceDescription
    InterfaceRepresents a figure within a geometric path.
    Structures
     StructureDescription
    StructureRepresents a palette color for an indexed bitmap.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the color channel to operate on.
    EnumerationSpecifies the Porter Duff compositing method in which two pixels (source and destination) may contribute to the final color of the pixel.
    EnumerationSpecifies the method of two-dimensional error diffusion dithering.
    EnumerationSpecifies the flip and rotation transformations.
    EnumerationThe mapping mode for the pixels outside of the border in the Gaussian blur effect.
    EnumerationIndicates the way in which the GIF frame has to be treated after being displayed.
    EnumerationSpecifies the standard used for converting full-color image to monochromatic gray.
    EnumerationEncoding of ICO frame image.
    EnumerationSpecifies the different methods by which two regions can be combined.
    EnumerationCompression scheme used for encoding TIFF image data.
    EnumerationThe orientation of the image.
    EnumerationSpecifies whether an image can be loaded from TIFF frame and the reason if it can't.
    See Also