Overview | Methods | Fields | This Package | All Packages
Retrieves the ternary ROP code for this raster operation.
Syntax
public int getRop()
Return Value
Returns the ternary ROP code for this raster operation.
Remarks
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.