This method zooms by the ZoomVal percentage centered at the point x,y.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ZoomAt(
	int x,
	int y,
	double zoomValue,
	bool center
)
Public Sub ZoomAt ( _
	x As Integer, _
	y As Integer, _
	zoomValue As Double, _
	center As Boolean _
)
public:
void ZoomAt(
	int x, 
	int y, 
	double zoomValue, 
	bool center
)

Parameters

x
Int32
the point x coordinate
y
Int32
the point y coordinate
zoomValue
Double
the zoom value
center
Boolean
If false the zooming center is x,y, otherwise (the default) it is the center of image.

See Also