Occurs when the image is scaled so that the entire image width is displayed in the image window. All vertical elements of the image may not be displayed.
Visual Basic |
---|
Public Event OnImageZoomToFitWidthFinish() |
When the user clicks on the menu or toolbar button for Zoom To Fit - Full Width, it will first
generate the "OnImageZoomToFitWidthStart" event, perform the full width operation, then
generate the "OnImageZoomToFitWidthFinish" event.
generate the "OnImageZoomToFitWidthStart" event, perform the full width operation, then
generate the "OnImageZoomToFitWidthFinish" event.