Occurs when the image is scaled so every pixel in the image is displayed using one pixel in the image window. All vertical and horizontal image pixels may not be displayed.
Visual Basic |
---|
Public Event OnImageZoomToFit1To1Finish() |
When the user clicks on the menu or toolbar button for Zoom To Fit - 1 To 1 Ratio, it will first
generate the "OnImageZoomToFit1To1Start" event, perform the 1 to 1 ratio operation, then
generate the "OnImageZoomToFit1To1Finish" event.
generate the "OnImageZoomToFit1To1Start" event, perform the 1 to 1 ratio operation, then
generate the "OnImageZoomToFit1To1Finish" event.