Click or drag to resize
Accord.NET (logo)

UnmanagedImageClone Method

Clone the unmanaged images.

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

Return Value

Type: UnmanagedImage
Returns clone of the unmanaged image.
Remarks

The method does complete cloning of the object.

See Also