Share

AcGsView::zoomWindow

C++

virtual void zoomWindow(
    const AcGePoint2d& lowerLeft, 
    const AcGePoint2d& upperRight
) = 0;

Description

This method modifies the current view such that the new window displays the region defined by the input screen coordinates. The aspect ratio is automatically maintained.

Parameters

Parameters Description
lowerLeft Input screen coordinate of the lower-left point of the new zoom window
upperRight Input screen coordinate of the upper-right point of the new zoom window

Links

AcGsView Class

Was this information helpful?