Initializes a new instance of the Morph class.

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

Syntax

C#
public Morph(
	Bitmap overlayImage
)

Parameters

overlayImage
Type: System.Drawing..::.Bitmap
Overlay image.

See Also