SmoothEdges example for C++ Builder

void __fastcall TForm1::SmoothEdgesClick(TObject *Sender)
{
   LEADImage1->SmoothEdges( 75, 0 );
}