Sharpen example for Visual Basic

Note: Also works with Access 95 and 97.

This example increases the sharpness of the bitmap and redisplays the image.

Dim RasterProc As New LEADRasterProcess
RasterProc.Sharpen LEADRasterView1.Raster, 100
LEADRasterView1.ForceRepaint