This property is active when EnableZoomOnSelect is enabled.

If true (default) the selected rectangle is adjusted to maintain aspect ratio.

Otherwise (false) the image losses aspect ratio (ZoomX!=ZoomY and Zoom value is invalid) making it stretched inside the component.

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

Syntax

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

See Also