PaintROP3 example for C++ 5.0 and later
This example demonstrates the PaintROP3 property.
// Paint an inverted image. m_LEADRasterView1.SetPaintROP3( SRCINVERT ); m_LEADRasterView1.InvalidateRect(NULL);