Method ZoomWindow
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ZoomWindow(gPoint, gPoint)
Zooms the drawing area to a specified window of the active layout.
public void ZoomWindow(gPoint w1, gPoint w2)
Parameters
w1gPointA gPoint representing the first corner of the window in View coordinate system.
w2gPointA gPoint representing the opposite corner of the window in View coordinate system.
Remarks
If there is an active viewport then this action will take place to the viewport.