Emboss example for Visual Basic

Note: Also works with Access 95 and 97.

This example applies an emboss effect and repaints the image.

Dim RasterProc As New LEADRasterProcess
RasterProc.Emboss LEADRasterView1.Raster, EMBOSS_NE, 500
LEADRasterView1.ForceRepaint