ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Core Namespace (ImageGear.Core)
    In This Topic
    The ImageGear.Core namespace is the basis of the ImageGear for .NET toolkit. This namespace contains classes to operate with graphics primitives, to license the product and, most importantly, primary ImageGear entities like page and document.
    Classes
     ClassDescription
    ClassRepresents a color book.
    ClassRepresents a color in the color book.
    ClassRepresents a static collection of color books.
    ClassSpot channel class that uses regular color space like RGB, CMYK, etc.
    ClassRepresents a color profile.
    ClassProvides global profile storage and allows enabling and disabling the automatic use of global color profiles for color space conversion and display operations.
    ClassEncapsulates an image, which consists of the pixel data and its attributes.
    ClassRepresents display attributes for individual channel.
    ClassRepresents a collection of ImGearDisplayChannel class objects.
    ClassRepresents a collection of ImGearPage objects.
    ClassRepresents a collection of pages within ImGearDocument object.
    ClassBase class for all exceptions thrown by the ImageGear for .NET library. Contains error codes and optionally supplied data.
    ClassThis is a general extra channel class.
    ClassRepresents a lookup table that contains a full table of values for each possible input index.
    ClassManages licensing data (i.e., license type and key).
    ClassThis class represents a lookup table that does not store the actual LUT values, but calculates output values dynamically using a linear formula.
    ClassProvides a base for lookup tables (LUTs) that are used in ImageGear.
    ClassRepresents mask color channel info.
    ClassRepresents a mask spot channel that uses a special (like Pantone) color.
    ClassProvides access to Metadata Dictionary that is used in ImageGear.
    ClassHead of metadata tree.
    ClassRepresents metadata node that contains a data value and cannot reference other metadata nodes.
    ClassProvides generic functionality for the ImageGear metadata objects.
    ClassCollection of metadata nodes. Processes additional verifications concerning collection structure. Used as a part of ImGearMetadataTree.
    ClassEncapsulates entity of file format metadata tree.
    ClassRepresents a multichannel lookup table (LUT).
    ClassRepresents single-page image. In addition to image pixels, contains other attributes like ROI and metadata.
    ClassEncapsulates all attributes and operations for an image pixel.
    ClassOne dimensional array of image pixels.
    ClassDefines a polygon shape.
    ClassThe class represents a raster image.
    ClassRepresents RGB lookup table (LUT).
    ClassRegion of interest associated with an ImGearPage instance.
    Class1-bit (binary) raster image that specifies a free shaped region of interest.
    ClassRectangular region of interest.
    ClassSpot channel class that uses a special color, such as Pantone.
    ClassSpecifies image transparency attributes like transparent color for display.
    ClassRepresents a page that contains vector data.
    ClassThis class provides static properties to retrieve version info for the product assembly.
    ClassBase class for all warnings handled by the ImageGear for .NET library. Contains error code and optionally supplied data.
    Interfaces
     InterfaceDescription
    InterfaceDefines Binocular shape interface.
    InterfaceDefines color book interface.
    InterfaceDefines color book color interface.
    InterfaceSpecifies baseline features for DICOM display settings.
    InterfaceDefines DoublePoint interface.
    InterfaceDefines DoubleRectangle interface.
    InterfaceDefines Ellipse interface.
    InterfaceSpecifies baseline features for a metadata dictionary record.
    InterfaceDefines Orientation interface.
    InterfaceDefines Point interface.
    InterfaceDefines IImGearRectangle interface.
    InterfaceRepresents image resolution interface.
    InterfaceDefines palette entry interface.
    InterfaceRepresents a rounded rectangle.
    InterfaceDefines Shape interface.
    InterfaceDefines Size interface.
    Structures
     StructureDescription
    StructureRepresents a reference to a particular location in an array.
    StructureDefines Binocular shape.
    StructureDescribes channels to be processed with ImageGear.Processing.ImGearProcessing class methods.
    StructureDefines semantics of information, stored in all image channels.
    StructureContains data for a common metadata dictionary record.
    StructureStores a set of two double precision numbers that represent the point.
    StructureStores a set of four double precision numbers that represent the location and size of a rectangle.
    StructureStores a set of two ImGear values that represent the location and size of an ellipse.
    StructureSpecifies orientation of page or display.
    StructureEncapsulates a point in a 2-D coordinate system.
    StructureSpecifies rational fraction as an indicated division of Numerator/Denominator.
    StructureSpecifies rational fraction as an indicated division of Numerator/Denominator.
    StructureStores a set of four integer numbers that represent the location and size of the rectangle.
    StructureStores a set of four integer numbers that represent the location and size of a rectangle.
    StructureStores ImageGear resolution data.
    StructureSpecifies an RGB value.
    StructureThis structure represents a rounded rectangle.
    StructureImplements a relative coordinate or position.
    Delegates
     DelegateDescription
    DelegateSpecifies the warning processing routine to be called when the warning is added.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies alpha channels.
    EnumerationSpecifies ImageGear color space IDs.
    EnumerationSpecifies ImageGear error codes.
    EnumerationSpecifies all the supported types of extra channels.
    EnumerationSpecifies ImageGear flip modes.
    EnumerationSpecifies whether the color indicates masked or selected area.
    EnumerationSpecifies ImageGear orientation modes.
    EnumerationLists identifiers that controls how colors are transformed during color space conversion using color profiles.
    EnumerationSpecifies the measurements of image resolution units.
    EnumerationSpecifies the value of the rotation angle.
    EnumerationSpecifies all supported vendor IDs.
    See Also