MagnifierStatus Event

This event occurs when the status of the magnifier window has changed.

Available With

Ö 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

Applies To

Image Edit control

Syntax

Sub object_MagnifierStatus(hWnd,Status,MagnifierZoom,Left,Top,Width,Height)

Arguments

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.
1 Primary magnifier window locked.  No further status will be reported.
2 Primary magnifier window closed.

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
0 2 times the current Zoom factor
1 4 times the current Zoom factor
2 8 times 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

Remarks

None.