public final class CopyPixelOperation
extends com.aspose.ms.System.Enum
Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color.
| Modifier and Type | Field and Description |
|---|---|
static int |
Blackness
The destination area is filled by using the color associated with index 0 in the physical palette.
|
static int |
CaptureBlt
Windows that are layered on top of your window are included in the resulting image.
|
static int |
DestinationInvert
The destination area is inverted.
|
static int |
MergeCopy
The colors of the source area are merged with the colors of the selected brush of the destination device context using the Boolean
AND operator. |
static int |
MergePaint
The colors of the inverted source area are merged with the colors of the destination area by using the Boolean
OR operator. |
static int |
NoMirrorBitmap
The bitmap is not mirrored.
|
static int |
NotSourceCopy
The inverted source area is copied to the destination.
|
static int |
NotSourceErase
The source and destination colors are combined using the Boolean
OR operator, and then resultant color is then inverted. |
static int |
PatCopy
The brush currently selected in the destination device context is copied to the destination bitmap.
|
static int |
PatInvert
The colors of the brush currently selected in the destination device context are combined with
the colors of the destination are using the Boolean
XOR operator. |
static int |
PatPaint
The colors of the brush currently selected in the destination device context are combined with the colors
of the inverted source area using the Boolean
OR operator. |
static int |
SourceAnd
The colors of the source and destination areas are combined using the Boolean
AND operator. |
static int |
SourceCopy
The source area is copied directly to the destination area.
|
static int |
SourceErase
The inverted colors of the destination area are combined with the colors of the source area using the Boolean
AND operator. |
static int |
SourceInvert
The colors of the source and destination areas are combined using the Boolean
XOR operator. |
static int |
SourcePaint
The colors of the source and destination areas are combined using the Boolean
OR operator. |
static int |
Whiteness
The destination area is filled by using the color associated with index 1 in the physical palette.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int NoMirrorBitmap
The bitmap is not mirrored.
public static final int Blackness
The destination area is filled by using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)
public static final int NotSourceErase
The source and destination colors are combined using the Boolean OR operator, and then resultant color is then inverted.
public static final int NotSourceCopy
The inverted source area is copied to the destination.
public static final int SourceErase
The inverted colors of the destination area are combined with the colors of the source area using the Boolean AND operator.
public static final int DestinationInvert
The destination area is inverted.
public static final int PatInvert
The colors of the brush currently selected in the destination device context are combined with
the colors of the destination are using the Boolean XOR operator.
public static final int SourceInvert
The colors of the source and destination areas are combined using the Boolean XOR operator.
public static final int SourceAnd
The colors of the source and destination areas are combined using the Boolean AND operator.
public static final int MergePaint
The colors of the inverted source area are merged with the colors of the destination area by using the Boolean OR operator.
public static final int MergeCopy
The colors of the source area are merged with the colors of the selected brush of the destination device context using the Boolean AND operator.
public static final int SourceCopy
The source area is copied directly to the destination area.
public static final int SourcePaint
The colors of the source and destination areas are combined using the Boolean OR operator.
public static final int PatCopy
The brush currently selected in the destination device context is copied to the destination bitmap.
public static final int PatPaint
The colors of the brush currently selected in the destination device context are combined with the colors
of the inverted source area using the Boolean OR operator.
The result of this operation is combined with the colors of the destination area using the Boolean OR operator.
public static final int Whiteness
The destination area is filled by using the color associated with index 1 in the physical palette. (This color is white for the default physical palette.)
public static final int CaptureBlt
Windows that are layered on top of your window are included in the resulting image. By default, the image contains only your window. Note that this generally cannot be used for printing device contexts.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.