Microsoft SDK for Java

RasterOp.andWith

Performs a binary AND operation that combines this RasterOp object with another.

Syntax

public final RasterOp andWith( RasterOp op )

Parameters

op

The RasterOp that participates with this one in the operation.

Return Value

Returns a RasterOp object that represents the result of the binary AND operation.

See Also   orWith, xorWith

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