RwInt32
RwGetRasterWidth(RwRaster *raster);
Description
Retrieves the width (in pixels) of the raster.
Arguments
raster Pointer to the raster.
Return Value
The width (in pixels) of raster if successful, and -1 otherwise.
See Also
RwBitmapRaster()
RwCreateRaster()
RwGetRasterDepth()
RwGetRasterHeight()
RwGetRasterPixels()
RwGetRasterStride()
RwReadMaskRaster()
RwReadRaster()