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. |