Zooms of ZoomVal percentage the point x,y.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
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


























