Selection mode of magic wand
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Inclusive | 0 |
the selection is a closed polygon (default)
|
Exclusive | 1 |
the selection includes only points that mach initial pixel, like a flood-fill
|
iewGlobal | 2 |
the selection includes all points that mach initial pixel, looking for all pixels in the image
|