Selects an irregular region of similar colors. Click the left mouse button upon a pixel and similar colors surrounding it are selected (see MagicWandTolerance). Simultaneously holding down the Shift key allows the selection of multiple regions

Same behaviour of IEViewer.EnableSelectMagicWand = true.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool SelectMagicWand { get; set; }
Public Property SelectMagicWand As Boolean
	Get
	Set
public:
property bool SelectMagicWand {
	bool get ();
	void set (bool value);
}

See Also