ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPlatformDIB Object > IGPlatformDIB Methods > RasterPtrGet Method |
Returns a pointer to the beginning of the specified raster. The raster index starts at 0, which represents the top-most raster in the image.
RasterPtrGet(Raster as Long) as Long
Name | Description |
---|---|
Raster | Index of raster to which to get pointer. |
The pointer to the raster data for the specified raster.
N/A
None