This event occurs when the status of the magnifier window has changed.
Ö | Imaging for Windows Professional Edition V2.0 |
Imaging for Windows Professional Edition V1.0 and V1.1 | |
Imaging for Windows 95 and 98 | |
Imaging for Windows NT 4.0 |
Image Edit control
Sub object_MagnifierStatus(hWnd,Status,MagnifierZoom,Left,Top,Width,Height)
Parameter | Data Type | Setting |
hWnd | Stdole.OLE_HANDLE | The handle to the magnifier window |
Status | Long | The current status of the magnifier window. Can be one of the following values:
0 Primary magnifier window created. |
MagnifierZoom | Long | The current setting of the MagnifierZoom property. Can be one of the following values:
-1 The displayed image in the magnifier window is locked at the current Zoom factor |
Left | Long | The horizontal position of the magnifier window in pixels, relative to the upper-left corner of the screen |
Top | Long | The vertical position of the magnifier window in pixels, relative to the upper-left corner of the screen |
Width | Long | The width of the magnifier window in pixels |
Height | Long | The height of the magnifier window in pixels |
None.