I am using Vision for Visual Basic. I have a cwimaqviewer control that contains an image and is zoomed. When I write the image in the viewer control to a file, the resulting image in the file is not zoomed. I would like to write the zoomed image. Is this possible? If so, how? I am currently using the line below to write the image:
Me.CWIMAQVision1.WriteImage Me.CWIMAQViewer1.Image, strImgFile, cwimaqFileJPEG, CWIMAQViewer1.Palette
Thanks.