Polar example for C++ Builder
void __fastcall TForm1::PolarClick(TObject *Sender) { LEADImage1->Polar( 0, FILL_RPT | CART_TO_POL ); }