Specifies if there is a selection

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Selected { get; }
Public ReadOnly Property Selected As Boolean
	Get
public:
property bool Selected {
	bool get ();
}

Field Value

Selected is True if a portion of the image is selected. Selected is False after you have called UnSelect method.

See Also