Available in the LEADTOOLS Imaging toolkit.
Emboss example for C++ 4.0 and later
This example applies an emboss effect and repaints the image.
m_Lead1.Emboss(EMBOSS_NE, 500); m_Lead1.ForceRepaint();