User can select a particular area of an image and discards the portions outside the chosen section (See CropToolInteraction)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CropTool { get; set; }
Public Property CropTool As Boolean
	Get
	Set
public:
property bool CropTool {
	bool get ();
	void set (bool value);
}

See Also