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