ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > RasterPtrGet Method |
Returns a pointer to the beginning of pixel data for a given raster. Raster index 0 represents the top-most raster in the image.
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. However, 1bpp images are stored in a compressed format (run ends) and can only safely be read.
RasterPtrGet(Raster as Long) as Long
Name | Description |
---|---|
Raster | Index of raster to which to return the pointer. |
Returns pointer to start of specified raster.
N/A
None