Click or drag to resize

Raster.ToBitmap 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: 25.1.421.0 (25.1.421.0)
Syntax
public Bitmap ToBitmap()

Return Value

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