2#ifndef _aspose_drawing_copy_pixel_operation_h_
3#define _aspose_drawing_copy_pixel_operation_h_
8namespace System {
namespace Drawing {
CopyPixelOperation
Specifies how the source color in a pixel copying operation is combined with the destination color to...
Definition: copy_pixel_operation.h:11
@ DestinationInvert
The destination region is inverted.
@ SourceInvert
The colors of the source and destination regions are XORed.
@ SourceCopy
The source region is copied directly to the destination region.
@ MergePaint
The colors of the inverted source region are ORed with the colors of the destination region.
@ MergeCopy
The colors of the source region are ANDed with the colors of the selected brush of the destination de...
@ SourceAnd
The colors of the source and destination regions are ANDed.
@ SourceErase
The inverted colors of the destination region are ANDed with the colors of the source region.
@ SourcePaint
The colors of the source and destination regions are ORed.
@ CaptureBlt
Windows that are layered on top of application's window are included in the resulting image.
@ NotSourceErase
The source and destination colors are ORed and the color that results is then inverted.
@ Blackness
The destination region is filled by using the color with index 0 in the physical palette.
@ PatInvert
The colors of the brush currently selected in the destination device context are XORed with the color...
@ PatCopy
The brush currently selected in the destination device context is copied to the destination bitmap.
@ PatPaint
The colors of the brush currently selected in the destination device context are ORed with the colors...
@ NoMirrorBitmap
The bitmap is not mirrored.
@ NotSourceCopy
The source region is inverted and then copied to the destination.
@ Whiteness
The destination region is filled by using the color with index 1 in the physical palette.
Definition: db_command.h:9