RwDuplicateRaster(RwRaster *raster);
Description
Creates a new raster with the same attributes as raster. The pixels of raster are copied to the new raster.
Arguments
raster Pointer to the raster.
Return Value
Pointer to the new raster if successful, and NULL otherwise.
See Also