Retrieves the ternary ROP code for this raster operation.
public int getRop()
Returns the ternary ROP code for this raster operation.
Raster operation codes define how the Windows graphics device interface (GDI) combines the bits from one object with those of another.
A ternary raster operation involves three operands: a source bitmap, a brush, and a destination bitmap. Both binary and ternary raster operations use boolean logical operators.