Invert example for Visual Basic
Note: Also works with Access 95 and 97.
This example inverts the bitmap's colors and repaints the image.
Dim RasterProc As New LEADRasterProcess
RasterProc.Invert LEADRasterView1.Raster
LEADRasterView1.ForceRepaint