| Constant |
Value |
Description |
| vbDstInvert |
0x00550009 |
Inverts the destination bitmap. |
| vbMergeCopy |
0x00C000CA |
Combines the pattern and the source bitmap. |
| vbMergePaint |
0x00BB0226 |
Combines the inverted source bitmap with the
destination bitmap by using Or. |
| vbNotSrcCopy |
0x00330008 |
Copies the inverted source bitmap to the destination. |
| vbNotSrcErase |
0x001100A6 |
Inverts the result of combining the destination and source
bitmaps by using Or. |
| vbPatCopy |
0x00F00021L |
Copies the pattern to the destination bitmap. |
| vbPatInvert |
0x005A0049L |
Combines the destination bitmap with the pattern by using Xor. |
| vbPatPaint |
0x00FB0A09L |
Combines the inverted source bitmap with the pattern by using Or.
Combines the result of this operation with the destination bitmap by
using Or. |
| vbSrcAnd |
0x008800C6 |
Combines pixels of the destination and source
bitmaps by using And. |
| vbSrcCopy |
0x00CC0020 |
Copies the source bitmap to the destination bitmap. |
| vbSrcErase |
0x00440328 |
Inverts the destination bitmap and combines the
result with the source bitmap by using And. |
| vbSrcInvert |
0x00660046 |
Combines pixels of the destination and source
bitmaps by using Xor. |
| vbSrcPaint |
0x00EE0086 |
Combines pixels of the destination and source
bitmaps by using Or. |