ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Core Namespace
    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
    Class Represents a color book.
    Class Represents a color in the color book.
    Class Represents a static collection of color books.
    Class Spot channel class that uses regular color space like RGB, CMYK, etc.
    Class Represents a color profile.
    Class Provides global profile storage and allows enabling and disabling the automatic use of global color profiles for color space conversion and display operations.
    Class Encapsulates an image, which consists of the pixel data and its attributes.
    Class Represents 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.
    Class Base class for all exceptions thrown by the ImageGear library. Contains error codes and optionally supplied data.
    Class This is a general extra channel class.
    Class Represents a lookup table that contains a full table of values for each possible input index.
    Class Manages licensing data (i.e., license type and key).
    Class This class represents a lookup table that does not store the actual LUT values, but calculates output values dynamically using a linear formula.
    Class Provides a base for lookup tables (LUTs) that are used in ImageGear.
    Class Represents mask color channel info.
    Class Represents a mask spot channel that uses a special (like Pantone) color.
    Class Provides access to Metadata Dictionary that is used in ImageGear.
    Class Head of metadata tree.
    Class Represents metadata node that contains a data value and cannot reference other metadata nodes.
    Class Provides generic functionality for the ImageGear metadata objects.
    ClassCollection of metadata nodes. Processes additional verifications concerning collection structure. Used as a part of ImGearMetadataTree.
    Class Encapsulates entity of file format metadata tree.
    Class Represents a multichannel lookup table (LUT).
    Class Represents single-page image. In addition to image pixels, contains other attributes like ROI and metadata.
    Class Encapsulates all attributes and operations for an image pixel.
    Class One dimensional array of image pixels.
    Class Defines a polygon shape.
    Class The class represents a raster image.
    Class Represents RGB lookup table (LUT).
    ClassRegion of interest associated with an ImGearPage instance.
    Class 1-bit (binary) raster image that specifies a free shaped region of interest.
    Class Rectangular region of interest.
    Class Spot channel class that uses a special color, such as Pantone.
    Class Specifies image transparency attributes like transparent color for display.
    Class Represents a page that contains vector data.
    Class This class provides static properties to retrieve version info for the product assembly.
    Class Base class for all warnings handled by the ImageGear library. Contains error code and optionally supplied data.
    Interfaces
     InterfaceDescription
    Interface Defines Binocular shape interface.
    Interface Defines color book interface.
    Interface Defines color book color interface.
    Interface Specifies baseline features for DICOM display settings.
    Interface Defines DoublePoint interface.
    Interface Defines DoubleRectangle interface.
    Interface Defines Ellipse interface.
    Interface Specifies baseline features for a metadata dictionary record.
    Interface Defines Orientation interface.
    Interface Defines Point interface.
    Interface Defines IImGearRectangle interface.
    Interface Represents image resolution interface.
    Interface Defines palette entry interface.
    Interface Represents a rounded rectangle.
    Interface Defines Shape interface.
    Interface Defines Size interface.
    Structures
     StructureDescription
    Structure Represents a reference to a particular location in an array.
    Structure Defines Binocular shape.
    StructureDescribes channels to be processed with ImageGear.Processing.ImGearProcessing class methods.
    Structure Defines semantics of information, stored in all image channels.
    Structure Contains data for a common metadata dictionary record.
    Structure Stores a set of two double precision numbers that represent the point.
    Structure Stores a set of four double precision numbers that represent the location and size of a rectangle.
    Structure Stores a set of two ImGear values that represent the location and size of an ellipse.
    Structure Specifies orientation of page or display.
    Structure Encapsulates a point in a 2-D coordinate system.
    Structure Specifies rational fraction as an indicated division of Numerator/Denominator.
    Structure Specifies rational fraction as an indicated division of Numerator/Denominator.
    Structure Stores a set of four integer numbers that represent the location and size of the rectangle.
    Structure Stores a set of four integer numbers that represent the location and size of a rectangle.
    Structure Stores ImageGear resolution data.
    Structure Specifies an RGB value.
    Structure This structure represents a rounded rectangle.
    Structure Implements a relative coordinate or position.
    Delegates
     DelegateDescription
    Delegate Specifies the warning processing routine to be called when the warning is added.
    Enumerations
     EnumerationDescription
    Enumeration Specifies alpha channels.
    Enumeration Specifies ImageGear color space IDs.
    Enumeration Specifies ImageGear error codes.
    Enumeration Specifies all the supported types of extra channels.
    Enumeration Specifies ImageGear flip modes.
    Enumeration Indicates what kind of licensing is in use.
    Enumeration Specifies whether the color indicates masked or selected area.
    Enumeration Specifies ImageGear orientation modes.
    Enumeration Lists identifiers that controls how colors are transformed during color space conversion using color profiles.
    Enumeration Specifies the measurements of image resolution units.
    Enumeration Specifies the value of the rotation angle.
    Enumeration Specifies all supported vendor IDs.
    See Also