Select an irregular region that has similiar colors.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SelectMagicWand( int x, int y, IEImage..::..SelOp op )
Public Sub SelectMagicWand ( _ x As Integer, _ y As Integer, _ op As IEImage..::..SelOp _ )
public: void SelectMagicWand( int x, int y, IEImage..::..SelOp op )
Parameters
- x
- Int32
the starting point x coordinate
- y
- Int32
the starting point y coordinate
- op
- IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.