Mosaic example for Visual Basic
Note: Also works with Access 95 and 97.
This example applies a mosaic effect with 8x8 tiles and redisplays the bitmap.
Dim RasterProc As New LEADRasterProcess
RasterProc.Mosaic LEADRasterView1.Raster, 8
LEADRasterView1.ForceRepaint