Table of Contents

Method zoomwindow

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

zoomwindow(object, object)

Zooms the view to the window specified by the two points. The two points are in the view coordination system and are defined by two 3 sized arrays.

public void zoomwindow(object p1, object p2)

Parameters

p1 object

The first point of the zoom area in view coordinates.

p2 object

The second point of the zoom area in view coordinates.

Remarks

You can create new points by using the newpoint(double, double, double) method.