ImageGear22.Core Assembly > ImageGear.Core Namespace : ImGearDIB Class |
The following tables list the members exposed by ImGearDIB.
Name | Description | |
---|---|---|
m_BitDepth | Total quantity of bits used to represent a single pixel. | |
m_BitsPerChannel | Allocated (actual) size of store for each channel in bits. | |
m_ChannelDepths | Depth of image channels. | |
m_ColorSpace | Color space attribute. | |
m_ExtraChannelInfo | Information on image Extra channels. | |
m_Height | Image heigth in pixels. | |
m_ImageResolution | Image resolution information. | |
m_Palette | Image palette, for images that have Indexed colorspace. | |
m_Signed | Specifies whether the image is signed. | |
m_Width | Image width in pixels. |
Name | Description | |
---|---|---|
BitDepth | Gets total quantity of bits used to store a single pixel. | |
BitsPerChannel | Gets allocated (actual) size of store for each channel in bits. | |
ChannelCount | Gets total quantity of channels in image. | |
ChannelDepths | Gets the bit depth of each color channel in the image. | |
ColorSpace | Gets color Space of current image. | |
ExtraChannelInfo | Gets or sets extra channel info. Always non-null, length is always equal to number of extra channels in the image. Has zero length if the image contains no extra channels. | |
Height | Gets height of image in pixels. | |
ImageResolution | Gets or sets image resolution. | |
Palette | Gets or sets image palette, for images that have Indexed colorspace. | |
Signed | Gets or sets a value indicating whether image is signed or not. | |
Width | Gets width of image in pixels. |
Name | Description | |
---|---|---|
AllocateImage | Allocates pixel data based on the DIB header information. | |
Clone | Creates a new object that is a copy of the current instance. | |
GetAreaCopy | Returns an array of pixels that are exact copies of pixels in the requested rectangular part of the image. | |
GetColumnCopy | Returns an array of pixels that are exact copies of pixels located in requested column part. | |
GetImage | Returns a reference to raw image store. Should be used to gain direct access to image pixels. | |
GetLineCopy | Returns an array of pixels that are exact copies of pixels located in the requested area of image. | |
GetPixelCopy | Returns exact copy of requested pixel. | |
GetRaster | Returns reference to raw raster store. Should be used to gain direct access to raster pixels. | |
GetRowCopy | Returns an array of pixels that are exact copies of the pixels located in requested row part of the row. | |
IsEmpty | Tells whether store for the pixels has been allocated. | |
UpdateAreaFrom | Updates the pixels of the specified rectangular area. | |
UpdateColumnFrom | Updates part of column with new pixels. | |
UpdateLineFrom | Exchanges the pixels of the specified line with new pixels. | |
UpdatePixelFrom | Updates single pixel with new value. | |
UpdateRowFrom | Updates part of row with new pixels. |
Name | Description | |
---|---|---|
CopyImageTo | Copies internal image data to incoming dib. |