Available in the LEADTOOLS Imaging toolkit. |
PaintROP3 example for C++ 4.0 and later
This example demonstrates the PaintROP3 property.
// Paint an inverted image.
void CTutorDlg::OnPaintrop3()
{
m_Lead.SetPaintROP3( SRCINVERT );
m_Lead.InvalidateRect(NULL);
}