Emboss example for C++ Builder

This example applies an emboss effect and repaints the image.

   LEADRasterProcess* pRasterProc= NULL;

     CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL, IID_ILEADRasterProcess, (void**)&pRasterProc);
   pRasterProc->Emboss ( LEADRasterView1->Raster, EMBOSS_NE, 500 ) ;
   LEADRasterView1->ForceRepaint ( );
   pRasterProc-> Release ( );