Zoom

 

The Zoom method zooms in or out.

 

Syntax

object.Zoom( Type )

 

Parameter

Type

Description

Type

MVZoomTypes

required; zoom type

 

Example

This example zooms the map window to the page extents.

 

MapWindow.Zoom(mvZoomPage)

 

Used by: PlotWindow object