Available in the LEADTOOLS Imaging toolkit. |
PaintROP3 example for Visual J++
This example demonstrates the PaintROP3 property.
final int SRCINVERT = 6684742;
// Use this code to paint an inverted image.
LEAD1.setPaintROP3( SRCINVERT );
LEAD1.ForceRepaint();