SECZoomView::SetZoomMinMax
voidSECZoomView::SetZoomMinMax(floatfMin, floatfMax)
Specifies the minimum and maximum zoom factors that act as a floor and ceiling for the zoom view. The floor and ceiling are checked when one of the Zoom calls is made and, if the new zoom value is below the floor or above the ceiling, no zooming is performed. Optimal minimum and maximum values vary per application, so no defaults are specified.
Defined in: ZOOMVIEW.CPP
Return Value
void
Parameters
fMin
The minimum zoom factor allowed. A good value for Win32 is .02. In most cases, anything smaller is microscopic.
fMax
The maximum zoom factor allowed. A good value for Win32 is 22.0.
See Also