Raster Constructor |
Name | Description | |
---|---|---|
Raster(Bitmap) |
Initializes a raster from a
.NET Bitmap with a supported PixelFormat.
Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
| |
Raster(Raster) |
Initializes a raster from another raster.
| |
Raster(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.
| |
Raster(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.
| |
Raster(Byte, RasterAttributes) |
Initializes a raster from memory.
| |
Raster(IntPtr, RasterAttributes) |
Initializes a raster from memory.
| |
Raster(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.
| |
Raster(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.
|