PaintROP3 example for Visual Basic
This example demonstrates the PaintROP3 property.
' Add this WIN32 constant to the Declarations module
Private Const SRCINVERT = 6684742
' Use this code to paint an inverted image.
LEADRasterView1.PaintROP3 = SRCINVERT
LEADRasterView1.ForceRepaint