The SelectionIntensity property allows specifying the selection intensity and it is valid only when SelectionMaskDepth is 8 (8 bit), otherwise this must be 1.

You can assign a value from 0 to 255 which will be applied to the next or current selection.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int SelectionIntensity { get; set; }
Public Property SelectionIntensity As Integer
	Get
	Set
public:
property int SelectionIntensity {
	int get ();
	void set (int value);
}

See Also