PaintIntensity example for C++ 4.0 and later

This example increases the intensity for painting images.

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