|
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()
Public Function ToManagedImage As Bitmap
Request Example
View SourceReturn Value
Type:
BitmapReturns 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