Click or drag to resize

Raster Methods

The Raster type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies a RasterFilter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.
Public methodApplyInPlace
Applies a RasterFilter to the raster. The current raster will contain the results of the filtering.
Public methodCopyFromBitmap
Copies a .NET Bitmap with a supported PixelFormat into this raster. Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.
Public methodCopyFromMemory(Byte, RasterAttributes)
Copies the given memory into the raster.
Public methodCopyFromMemory(IntPtr, RasterAttributes)
Copies the given memory into the raster.
Public methodCopyFromRaster
Copies the data associated with the given Raster into this raster.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractBand(RasterBand)
Extracts the band of raster data associated with the given RasterBand.
Public methodExtractBand(RasterFormat)
Extracts the bands of raster data associated with the given RasterFormat.
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodFlip
Flips the raster along the given axis.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRotate
Rotates the raster by the given angle.
Public methodToBitmap
Copies the raster to a .NET Bitmap if the RasterFormat is supported. RGB, RGBA, BGR, and BGRA raster data is supported.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also