SECZoomView::ZoomOut
voidSECZoomView::ZoomOut(CPoint *point, floatdelta)
Decreases the zoom level.
Defined in: ZOOMVIEW.CPP
Return Value
void
Parameters
point
The point which you want to be the central point of the zoom action. If NULL (the default), SECZoomview calculates this for you using the center of the physical window.
delta
Specifies the amount to zoom out. The default is 25%.
See Also