PaintROP3 example for C++ Builder
This example demonstrates the PaintROP3 property.
//Add this WIN32 constant to the Declarations module
/*SRCINVERT = 6684742 */
//Use this code to paint an inverted image.
LEADRasterView1->PaintROP3 = SRCINVERT;
LEADRasterView1->ForceRepaint ();