Cylindrical Example for C++ 5.0 and later

ILEADRasterProcess* m_pRasterProc= NULL;
CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL, IID_ILEADRasterProcess, (void**)&m_pRasterProc);
m_pRasterProc->Cylindrical(m_LeadRasterView.GetRaster(),100, CYL_HORZ);
m_pRasterProc->Release();