Sharpen example for C++ Builder

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

   LEADRasterProcess* pRasterProc= NULL;

     CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL, IID_ILEADRasterProcess, (void**)&pRasterProc);
   pRasterProc->Sharpen (LEADRasterView1->Raster, 100);
   LEADRasterView1->ForceRepaint ();
   pRasterProc-> Release( );