#include "BIDISP.H"
VOID CALLBACK BZoomScreenEnd( HWND hWnd,
LPPOINT ptMouse,
LPZOOMSTRUCT zm
LPZOOMSCREEN zc)
Description
This function recalculates the origo (zm->rOrigoOut), scaling factor
(zm->rScaleOut) and positions of scroll bars(zc->pScrollPos) for the decompress to screen function, If BZoomStart is called with ZOOM_SELECT zoom flag the selection rectangle will be hidden.
Parameters
|
HWND |
hWnd |
Window handle to display image. |
|
LPPOINT |
lpMouse |
Coordinates of the mouse pointer. |
|
LPZOOMSTRUCT |
zm |
Zoom structure created by BzoomStart function |
|
LPZOOMSCREEN |
zc |
Display information structure of decompress to screen function. |
Return values
None.
Requirements
Header : Declared in BIDisp.h; include BIDisp.h.
Library : Use BIDisp.lib.
DLLs : BIDisp.dll.