Occurs when the user selects the menu or toolbar Page Settings - Mirror Horizontal and the image
is mirrored on the horizontal axis.
is mirrored on the horizontal axis.
Visual Basic |
---|
Public Event OnImageMirrorHorizontalFinish() |
When the user clicks on the menu or toolbar button for Page Settings - Mirror Horizontal, it
will first generate the "OnImageMirrorHorizontalStart" event, perform the mirror horizontal
operation, then generate the "OnImageMirrorHorizontalFinish" event.
will first generate the "OnImageMirrorHorizontalStart" event, perform the mirror horizontal
operation, then generate the "OnImageMirrorHorizontalFinish" event.