Click or drag to resize

RasterAttributes Constructor

Overload List
  NameDescription
Public methodRasterAttributes(Bitmap)
Initializes a new instance from a .NET Bitmap with a supported PixelFormat. Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
Public methodRasterAttributes(Raster)
Initializes a new instance with the attributes of the specified Raster
Public methodRasterAttributes(Int32, Int32, RasterFormat)
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat.
Public methodRasterAttributes(Int32, Int32, RasterFormat, RasterType)
Initializes a new instance with the width and height of the raster in pixels, and the given RasterFormat and RasterType.
Public methodRasterAttributes(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.
Public methodRasterAttributes(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.
Public methodRasterAttributes(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.
Top
See Also