ImageManHow would I go about doing something like this? I currently use the rectangle to define a print area. He wants to print the displayed image in its control not using the rectangle. I did this by setting the SRC properties to the SCALE properties.
Img1.ScaleLeft = X1 Img1.ScaleTop = Y1 Img1.ScaleWidth = X2 - X1 Img1.ScaleHeight = Y2 - Y1 Img1.Refresh
This code will zoom into the selected area.