ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > ImagePtrGet Method |
Returns a pointer to the image's pixel data as stored internally in memory.
You can safely read and write pixel data using a pointer from this method, as long as you are aware of the format of the data. 1bpp images are stored in a compressed format (run ends) and cannot be accessed at all using this method. Use RasterPtrGet Method instead to access each raster if direct pointer access is needed.
ImagePtrGet() As Long
Returns pointer to start of pixel data.
N/A
None