RasterAttributes Constructor |
Name | Description | |
---|---|---|
RasterAttributes(Bitmap) |
Initializes a new instance from a
.NET Bitmap with a supported PixelFormat.
Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
| |
RasterAttributes(Raster) |
Initializes a new instance with the attributes of the specified Raster | |
RasterAttributes(Int32, Int32, RasterFormat) |
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat.
| |
RasterAttributes(Int32, Int32, RasterFormat, RasterType) |
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat and RasterType.
| |
RasterAttributes(Int32, Int32, RasterFormat, RasterType, RasterOrientation) |
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, and RasterOrientation.
| |
RasterAttributes(Int32, Int32, RasterFormat, RasterType, RasterOrientation, Int32) |
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, RasterOrientation, and row alignment.
| |
RasterAttributes(Int32, Int32, RasterFormat, RasterType, RasterOrientation, Int32, Double) |
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat, RasterType, RasterOrientation, row alignment, and pixel aspect ratio.
|