Initializes a new instance of the Blob class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Blob(
	Blob source
)

Parameters

source
Type: AForge.Imaging..::.Blob
Source blob to copy.

Remarks

This copy constructor leaves Image property not initialized. The blob's image may be extracted later using ExtractBlobsImage(Bitmap, Blob, Boolean) or ExtractBlobsImage(UnmanagedImage, Blob, Boolean) method.

See Also