ImageGear .NET v24.12 - Updated
ImGearDIB Class Methods


ImageGear24.Core Assembly > ImageGear.Core Namespace : ImGearDIB Class

For a list of all members of this type, see ImGearDIB members.

Public Methods
 NameDescription
Public Method Allocates pixel data based on the DIB header information.  
Public Method Creates a new object that is a copy of the current instance.  
Public Method Returns an array of pixels that are exact copies of pixels in the requested rectangular part of the image.  
Public Method Returns an array of pixels that are exact copies of pixels located in requested column part.  
Public Method Returns a reference to raw image store. Should be used to gain direct access to image pixels.  
Public Method Returns an array of pixels that are exact copies of pixels located in the requested area of image.  
Public Method Returns exact copy of requested pixel.  
Public Method Returns reference to raw raster store. Should be used to gain direct access to raster pixels.  
Public Method Returns an array of pixels that are exact copies of the pixels located in requested row part of the row.  
Public Method Tells whether store for the pixels has been allocated.  
Public Method Updates the pixels of the specified rectangular area.  
Public Method Updates part of column with new pixels.  
Public Method Exchanges the pixels of the specified line with new pixels.  
Public Method Updates single pixel with new value.  
Public Method Updates part of row with new pixels.  
Top
Protected Methods
 NameDescription
Protected Method Copies internal image data to incoming dib.  
Top
See Also

Reference

ImGearDIB Class
ImageGear.Core Namespace