Selection mode of magic wand

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum MagicWandType
Public Enumeration MagicWandType
public enum class MagicWandType

Members

MemberValueDescription
Inclusive0
the selection is a closed polygon (default)
Exclusive1
the selection includes only points that mach initial pixel, like a flood-fill
iewGlobal2
the selection includes all points that mach initial pixel, looking for all pixels in the image

See Also