ZoomY specifies the vertical Zoom.

Using this property (and/or ZoomX) you loss the image aspect ratio and some functions, which require aspect ratio, may not properly work.

Setting ZoomX and ZoomY to the same value is equivalent to set Zoom.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double ZoomY { get; set; }
Public Property ZoomY As Double
	Get
	Set
public:
property double ZoomY {
	double get ();
	void set (double value);
}

See Also