Selects all pixels based on the alpha channel. Pixels of Alpha value 0 will be unselected, 255 will be selected, and 1 - 254 partially selected.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SelectNonAlpha(
	IEImage..::..SelOp operation
)
Public Sub SelectNonAlpha ( _
	operation As IEImage..::..SelOp _
)
public:
void SelectNonAlpha(
	IEImage..::..SelOp operation
)

Parameters

operation
IEImage..::..SelOp
If operation is Replace the region replaces the existing selection, otherwise if operation is Add, the region is appended to the existing selection.

See Also