%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
zoomwindow Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : zoomwindow Method
p1
The first point of the zoom area in view coordinates.
p2
The second point of the zoom area in view coordinates.
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.

Syntax

JScript 
public function zoomwindow( 
   p1 : Object,
   p2 : Object
);

Parameters

p1
The first point of the zoom area in view coordinates.
p2
The second point of the zoom area in view coordinates.

Remarks

You can create new points by using the newpoint method.

See Also