Click or drag to resize
Accord.NET (logo)

UnmanagedImage Constructor (BitmapData)

Initializes a new instance of the UnmanagedImage class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public UnmanagedImage(
	BitmapData bitmapData
)
Request Example View Source

Parameters

bitmapData
Type: System.Drawing.ImagingBitmapData
Locked bitmap data.
Remarks
Note Note
Unlike FromManagedImage(BitmapData) method, this constructor does not make copy of managed image. This means that managed image must stay locked for the time of using the instance of unamanged image.
See Also