Microsoft SDK for Java

RasterOp Methods

Methods Description
andWith Performs a binary AND operation that combines this RasterOp object with another.
getRop Retrieves the ternary ROP code for this raster operation.
getRop2 Retrieves the binary ROP2 code for this raster operation.
invert Retrieves a RasterOp object that represents an inversion of this one.
orWith Performs a binary OR operation that combines this RasterOp object with another.
xorWith Performs a binary XOR operation that combines this RasterOp object with another.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.