RasterAttributes Properties |
The RasterAttributes type exposes the following members.
Name | Description | |
---|---|---|
ByteLength |
Gets the size of the raster data in bytes.
| |
Format |
Gets the RasterFormat associated with the attributes.
| |
Height |
Gets the height of the raster in pixels.
| |
NumberOfBands |
Gets the number of bands comprising the raster.
| |
Orientation |
Gets the RasterOrientation associated with the attributes.
| |
PixelAspectRatio |
Gets the pixel aspect ratio of the raster.
| |
RowAlignment |
Gets the row alignment of the raster data in bytes.
| |
RowStride |
Gets the stride or scan/row width in bytes of the raster data.
| |
Type |
Gets the RasterType associated with the attributes.
| |
Width |
Gets the width of the raster in pixels.
|