Zooms of ZoomVal percentage 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
)
Public Sub ZoomAt ( _
	x As Integer, _
	y As Integer, _
	zoomValue As Double _
)
public:
void ZoomAt(
	int x, 
	int y, 
	double zoomValue
)

Parameters

x
Int32
the point x coordinate
y
Int32
the point y coordinate
zoomValue
Double
the zoom value

See Also