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
p1objectThe first point of the zoom area in view coordinates.
p2objectThe second point of the zoom area in view coordinates.
Remarks
You can create new points by using the newpoint(double, double, double) method.