Fill example for Visual Basic

Note: Also works with Access 95 and 97.

This example fills the bitmap with blue and repaints the image.

Dim RasterProc As New LEADRasterProcess
RasterProc.Fill LEADRasterView1.Raster, RGB(0, 0, 255)
LEADRasterView1.ForceRepaint