Set MagicWandMaxFilter to True (default is False) to apply a maximum filter to the magic wand selection (remove black hole).

MagicWandTolerance specifies the color diference of original point and region point (default 15).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MagicWandTolerance { get; set; }
Public Property MagicWandTolerance As Integer
	Get
	Set
public:
property int MagicWandTolerance {
	int get ();
	void set (int value);
}

See Also