ZoomRectangle

 

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; left coordinate in page units

Top

Double

required; top coordinate in page units

Right

Double

required; right coordinate in page units

Bottom

Double

required; bottom coordinate in page units

 

Example

This example demonstrates how to zoom within a rectangular area.

 

PlotWindow.ZoomRectangle(Left:=3, Top:=7, Right:=7, Bottom:=4)

 

Used by: PlotWindow object