Raster Methods |
The Raster type exposes the following members.
| Name | Description | |
|---|---|---|
| Apply |
Applies a RasterFilter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.
| |
| ApplyInPlace |
Applies a RasterFilter to the raster. The current raster will contain the results of the filtering.
| |
| CopyFromBitmap |
Copies a
.NET Bitmap with a supported PixelFormat
into this raster.
Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
| |
| CopyFromMemory(Byte, RasterAttributes) |
Copies the given memory into the raster.
| |
| CopyFromMemory(IntPtr, RasterAttributes) |
Copies the given memory into the raster.
| |
| CopyFromRaster |
Copies the data associated with the given Raster into this raster.
| |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExtractBand(RasterBand) |
Extracts the band of raster data associated with the given RasterBand.
| |
| ExtractBand(RasterFormat) |
Extracts the bands of raster data associated with the given RasterFormat.
| |
| Finalize | (Overrides ObjectFinalize.) | |
| Flip |
Flips the raster along the given axis.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Rotate |
Rotates the raster by the given angle.
| |
| ToBitmap |
Copies the raster to a
.NET Bitmap
if the RasterFormat is supported. RGB, RGBA, BGR, and BGRA raster data is supported.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |