The attributes describing a Raster dataset.
Raster
Attributes define the memory layout of a Raster, and
includes properties defining the order of each Raster
Band that the raster contains, as specified by the Raster
Format. It also describes the type of data, or Raster
Type of the contained bands, the Height
and Width
of the raster in pixels, the
Row Alignment of the raster, and other relevant
properties.
InitializeWithFormat | Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format. |
InitializeWithFormatAndType | Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format and Raster Type. |
InitializeWithFormatTypeAndOrientation | Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, and Raster Orientation. |
InitializeWithFormatTypeOrientationAlignmentAndRatio | Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, Raster Orientation, row alignment, and pixel aspect ratio. |
InitializeWithFormatTypeOrientationAndAlignment | Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, Raster Orientation, and row alignment. |
InitializeWithRaster | Initializes a new instance with the attributes of the specified Raster |