Enables the CloneTool allowing the user to click a point on the image and then click elsewhere to clone the content from the original offset

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

Syntax

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

See Also