ZoomPoint Method
The ZoomPoint method is used to zoom in or out about a specified point.
Syntax
object.ZoomPoint( x, y, scale )
Parameter | Type | Description |
x | Double | required, in page units |
y | Double | required, in page units |
scale | Double | required, scale factor |
Remarks
Scale factor values range from 5 to 1000. The larger the value the greater the zoom.
Example
This example shows how to zoom to a point on the screen.
PlotWindow.ZoomPoint(6,5,200)
Used by: AutoPlotWindow object