IGColorBook Class |
This class represents a color book. |
IGColorBookColor Class |
This class represents a color in the color book. |
IGColorBooks Class |
This class represents a collection of color books. |
IGColorProfile Object |
This object provides information about a global or local (assigned to the particular image) color profile. |
IGColorProfileManager Object |
This object provides an access to the global color profiles. |
IGColorSpaceConverter Object |
This object provides access to the new color space conversion engine. This color space converter uses a new enumeration for color spaces: enumIGColorSpaceIDs. |
IGComponentInfo Object |
Contains information about ImageGear component e.g. version, name, ProgID. |
IGCoreCtl Control |
The main control that provides access for all other core objects. |
IGDataArray Object |
Universal array capable of storing the elements of different types. |
IGDataItem Object |
Universal data container capable of storing the elements of different types. |
IGDIBInfo Object |
Contains information about image DIB header. |
IGDLong Object |
Represents 64-bit integer value. |
IGDocument Object |
Document is a collection of pages. It can work as a standalone collection not associated with the external file in which case different pages can be loaded to the document from the different sources. Alternatively, document can be associated with the external file in which case it provides the capabilities on in-memory document editing with the ability to save changes back to the external file. It's possible to work with the individual page contained in the document by obtaining a reference to it. |
IGDoubleMatrix Object |
Represents a two dimensional matrix which elements have Double type. |
IGDoublePoint Object |
The pair of floating-point coordinates. |
IGDoublePointArray Object |
The array of IGDoublePoint Object elements. |
IGDoubleRectangle Object |
Represents a rectangle with the coordinates of Double type. |
IGEllipse Object |
Ellipse as defined by the bounding rectangle. |
IGExtraChannelInfo Class |
A class specifying the extra channel info. |
IGExtraChannelInfoArray Class |
A class specifying the array of extra channel info attached to IGPage Object. |
IGGlobalParameter Object |
Data container used to represent ImageGear global parameter value. |
IGImageAllocationParams Object |
An object used for specifying image allocation parameters. |
IGImageLayer Class |
Image layer and its attributes. |
IGImageResolution Object |
Image resolution attributes. |
IGIntegerArray Object |
An array capable of storing the integer values occupying 1, 2, and 4 bytes. |
IGLayer Class |
General attributes of the layer. |
IGLayerArray Class |
Defines composition of layers. |
IGLicense Object |
This object is contained inside IGCoreCtl Control and provides access to the licensing API. |
IGLUT Object |
Provides access to single-channel look up table (LUT). |
IGObjectCollection Object |
Collection of objects derived from IIGObject interface. |
IGPage Object |
This object represents a single page image. |
IGPalette Object |
This object represents an image palette. |
IGPaletteEntry Object |
This object represents an entry of the image palette. |
IGPixel Object |
This object represents a pixel. |
IGPixelArray Object |
Array of pixels. |
IGPlatformDIB Object |
Represents a platform-specific DIB. This object is typically created by using the IIGPage.ExportPlatformDIB method. |
IGPoint Object |
The pair of integer coordinates. |
IGPointArray Object |
An array of elements of IGPoint Object type - 88. |
IGPolygon Object |
A polygon represented as an array of points. |
IGRectangle Object |
Rectangle. |
IGResult Object |
This object is contained inside IGCoreCtl Control and provides error handling capabilities. |
IGResultRecord Object |
Represents a record (error or warning) on the result stack. |
IGROI Object |
Represents ROI (region of interest) associated with IGPage Object, there are 3 types of ROI: whole image, rectangle, and non-rectangular area (NRA). |
IGSettings Object |
This object is contained inside IGCoreCtl Control and provides access to global settings. |
IGStatusReport Object |
This object represents status report and is passed as a parameter to the IGStatus Event. |
IGStringArray Object |
An array of strings. |