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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("GetBitmap is obsolete. Please use ToBitmap() instead.")]
public Bitmap GetBitmap()
<ObsoleteAttribute("GetBitmap is obsolete. Please use ToBitmap() instead.")>
Public Function GetBitmap As Bitmap
Return Value
Type:
BitmapA
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