ImageGear for .NET
ImGearDIB Class Methods


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

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

Reference

ImGearDIB Class
ImageGear.Core Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback