Microsoft SDK for Java

RasterOp Fields

Fields Description
BLACK Represents a raster operation in which the resulting pixels will be black.
BRUSH Represents a raster operation in which the resulting pixels will be the color of the current brush.
PEN Represents a raster operation in which the resulting pixels will be the color of the current pen.
SOURCE Represents a raster operation in which the resulting pixels will be the color of the source image pixels.
TARGET Represents a raster operation in which the resulting pixels will be the color of the target image pixels.
WHITE Represents a raster operation in which the resulting pixels will be white.

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