PaintSizeUseDPI example for C++ 4.0 and later

This example toggles the PaintSizeUseDPI property.

if (m_Lead1.GetPaintSizeUseDPI() == FALSE)
   m_Lead1.SetPaintSizeUseDPI(TRUE);
else
   m_Lead1.SetPaintSizeUseDPI(FALSE);