Clone image.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- source
- Type: System.Drawing..::.Bitmap
Source image.
Return Value
Return clone of the source image.
Remarks
The original Bitmap.Clone()
does not produce the desired result – it does not create an actual clone (it does not create a copy
of the image). That is why this method was implemented to provide the functionality.