SECZoomView::ZoomOutOfRange

voidSECZoomView::ZoomOutOfRange(BOOLbUnderFlow, floatfAttempt)

If a zoom factor is set which is out of bounds as defined by SetZoomMinMax, this member is called. A derived class can override this member to detect and react to the situation.

Defined in: ZOOMVIEW.CPP

Return Value

void

Parameters

bUnderFlow

TRUE if zoom factor is less than the lower bound.

fAttempt

Zoom factor which was attempted.

See Also

SECZoomView