Initializes a new instance of the ApplyMask class.

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

Syntax

C#
public ApplyMask(
	UnmanagedImage unmanagedMaskImage
)

Parameters

unmanagedMaskImage
Type: AForge.Imaging..::.UnmanagedImage
Unmanaged mask image to use.

See Also