Click or drag to resize
Accord.NET (logo)

UnmanagedImageToManagedImage Method

Create managed image from the unmanaged.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap ToManagedImage()
Request Example View Source

Return Value

Type: Bitmap
Returns managed copy of the unmanaged image.
Remarks

The method creates a managed copy of the unmanaged image with the same size and pixel format (it calls ToManagedImage(Boolean) specifying for the makeCopy parameter).

See Also