AddNoise example for Visual Basic

Note: Also works with Access 95 and 97.

This example adds red noise and redisplays the bitmap.

Dim Rasterproc As New LEADRasterProcess
RasterProc.AddNoise LEADRasterView1.Raster, 500, CHANNEL_RED
LEADRasterView1.ForceRepaint