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