Occurs when the user selects the menu or toolbar Page Settings - Invert Colors and the image
colors are inverted.
colors are inverted.
Visual Basic |
---|
Public Event OnImageInvertColorsFinish() |
When the user clicks on the menu or toolbar button for Page Settings - Invert Colors, it will
first generate the "OnImageInvertColorsStart" event, perform the color inversion operation,
then generate the "OnImageInvertColorsFinish" event.
first generate the "OnImageInvertColorsStart" event, perform the color inversion operation,
then generate the "OnImageInvertColorsFinish" event.