ZoomRectangle Method
The ZoomRectangle method zooms such that the specified rectangle occupies the entire window.
Syntax
object.ZoomRectangle( left, top, right, bottom )
Parameter | Type | Description |
left | Double | required, in page units |
top | Double | required, in page units |
right | Double | required, in page units |
bottom | Double | required, in page units |
Example
This example shows how to zoom to a rectangle on the screen.
PlotWindow.ZoomRectangle(4,4,8,8)
Used by: AutoPlotWindow object