Table of Contents

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

w1 gPoint

A gPoint representing the first corner of the window in View coordinate system.

w2 gPoint

A 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.