Click or drag to resize

AtalaImageGetBitmap Method

Note: This API is now obsolete.

Returns a System.Drawing.Bitmap object copied from this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
[ObsoleteAttribute("GetBitmap is obsolete.  Please use ToBitmap() instead.")]
public Bitmap GetBitmap()

Return Value

Type: Bitmap
A Bitmap object from this AtalaImage data.

Return Value

Type: Bitmap
A System.Drawing.Bitmap object copied from this AtalaImage.
Remarks
This method will always copy the image data into a new Bitmap object.
See Also