A left mouse click zooms into the image. A right click zooms out. Same behaviour of IEViewer.EnableZoomOnClick = true.

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

Syntax

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

See Also