SetZoomLimits
void SetZoomLimits(float maxWidth, float maxHeight);
SetZoomLimits(maxWidth, maxHeight);
SetZoomLimits(Size().Width(), fSizeLimit);
SetZoomLimits(Frame().Width() + delta,
SetZoomLimits(minWidth,
SetZoomLimits(zoomWidth, zoomHeight);
SetZoomLimits(width, rect.Height() - 24);
SetZoomLimits(fMaxZoomWidth, fMaxZoomHeight);
SetZoomLimits(size.width + 2 * kInset + B_V_SCROLL_BAR_WIDTH,
SetZoomLimits(WINDOW_H_STD, WINDOW_V_STD);
pwin->SetZoomLimits(width, height);