Click or drag to resize

RasterAttributes Properties

The RasterAttributes type exposes the following members.

Properties
  NameDescription
Public propertyByteLength
Gets the size of the raster data in bytes.
Public propertyFormat
Gets the RasterFormat associated with the attributes.
Public propertyHeight
Gets the height of the raster in pixels.
Public propertyNumberOfBands
Gets the number of bands comprising the raster.
Public propertyOrientation
Gets the RasterOrientation associated with the attributes.
Public propertyPixelAspectRatio
Gets the pixel aspect ratio of the raster.
Public propertyRowAlignment
Gets the row alignment of the raster data in bytes.
Public propertyRowStride
Gets the stride or scan/row width in bytes of the raster data.
Public propertyType
Gets the RasterType associated with the attributes.
Public propertyWidth
Gets the width of the raster in pixels.
Top
See Also