Click or drag to resize

Raster Constructor

Overload List
  NameDescription
Public methodRaster(Bitmap)
Initializes a raster from a .NET Bitmap with a supported PixelFormat. Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
Public methodRaster(Raster)
Initializes a raster from another raster.
Public methodRaster(String)
Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See Raster for a list of supported formats.
Public methodRaster(Uri)
Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See Raster for a list of supported formats.
Public methodRaster(Byte, RasterAttributes)
Initializes a raster from memory.
Public methodRaster(IntPtr, RasterAttributes)
Initializes a raster from memory.
Public methodRaster(String, Int32, Int32, Int32, Int32)
Initializes a raster from a Uri. Only the specified subsection of the raster is read. See Raster for a list of supported formats.
Public methodRaster(Uri, Int32, Int32, Int32, Int32)
Initializes a raster from a Uri. Only the specified subsection of the raster is read. See Raster for a list of supported formats.
Top
See Also