PaintIntensity example for C++ 5.0 and later

This example increases the intensity for painting images.

m_LEADRasterView1.SetPaintIntensity(m_LEADRasterView1.GetPaintIntensity() + 100);
m_LEADRasterView1.ForceRepaint();