Click or drag to resize

AtalaImageFromBitmap Method

Converts a specified Bitmap into an AtalaImage.
Overload List
  NameDescription
Public methodStatic memberFromBitmap(Bitmap)
Returns an AtalaImage containing a copy of the Bitmap.
Public methodStatic memberFromBitmap(Bitmap, Boolean)
Converts a specified Bitmap into an AtalaImage by taking ownership of the Bitmap data, or returning a copy of the Bitmap data.
Top
See Also