Shear example for C++ 4.0 and later

This example shears the bitmap 5 degrees horizontally and redisplays the image. It uses blue as the fill color.

m_Lead1.Shear(500, TRUE, RGB(0, 0, 255));
m_Lead1.ForceRepaint();