MagicWandMode specifies how magic wand selection works. Allowed values:
Inclusive : the selection is a closed polygon (default)
Exclusive : the selection includes only points that mach initial pixel, like a flood-fill
Global : the selection includes all points that mach initial pixel, looking for all pixels in the image.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEImage..::..MagicWandType MagicWandMode { get; set; }
Public Property MagicWandMode As IEImage..::..MagicWandType Get Set
public: property IEImage..::..MagicWandType MagicWandMode { IEImage..::..MagicWandType get (); void set (IEImage..::..MagicWandType value); }