SECZoomView::ZoomPercent
voidSECZoomView::ZoomPercent(intnPercent, CPoint *point)
Lets you zoom the view by a percent instead of a floating point zoom level.
Defined in: ZOOMVIEW.CPP
Return Value
void
Parameters
nPercent
An integer percent to zoom in or out. < 100% zooms out, while > 100% zooms in.
point
The point which should be displayed in the center of the window after the zoom action. If NULL (the default), SECZoomView automatically uses the center of the pre-zoomed window.
See Also