Click or drag to resize
Accord.NET (logo)

UnmanagedImageCopy Method

Copy unmanaged image.

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

Parameters

destImage
Type: Accord.ImagingUnmanagedImage
Destination image to copy this image to.
Exceptions
ExceptionCondition
InvalidImagePropertiesExceptionDestination image has different size or pixel format.
Remarks

The method copies current unmanaged image to the specified image. Size and pixel format of the destination image must be exactly the same.

See Also