Gets a Bitmap of the raster dataset. Overloads are available to request a Bitmap of a specific size, and with a specific background Color.

Overload List

  NameDescription
GetBitmap()()()
Gets a full-size Bitmap of the raster dataset.
GetBitmap(Int32, Int32)
Gets a Bitmap representing a scaled version of the Raster.
GetBitmap(Int32, Int32, Color)
Gets a Bitmap representing a scaled version of the Raster and which has the specified background color.

See Also