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.2.419.0 (24.2.419.0)
Syntax Public Function ToBitmap As Bitmap
public:
Bitmap^ ToBitmap()
member ToBitmap : unit -> Bitmap
Return Value
Type:
BitmapThe
Bitmap
that contains the raster data.
See Also