Click or drag to resize

RasterToBitmap Method

Copies the raster to a .NET Bitmap if the RasterFormat is supported. RGB, RGBA, BGR, and BGRA raster data is supported.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Bitmap ToBitmap()

Return Value

Type: Bitmap
The Bitmap that contains the raster data.
See Also