ResizeMagnifyWnd  Method

Description         Use this method for resizing the magnify window programatically. The default size of the magnify window is 128x64 in pixels.

Syntax                 RetVal = [BIDisp.] ResizeMagnifyWnd Width, Height

Returns               RetVal                    Boolean           True on success, False otherwise.

Remarks             Width                     Integer             Width of the magnify window in pixels. This value must be greater than zero.

                            Height                     Integer             Height of the magnify window in pixels. This value must be greater than zero.

See Also              Magnify Property