PaintContrast example for C++ 5.0 and later

This example increases the contrast for painting images.

m_LEADRasterView1.SetPaintContrast(m_LEADRasterView1.GetPaintContrast () + 100);
m_LEADRasterView1.ForceRepaint();