[]
Specifies a raster-operation code, used by BitBlt function and other.
public class Win32.RasterOperationCodes
| Name | Description |
|---|---|
| RasterOperationCodes() |
| Name | Description |
|---|---|
| BLACKNESS | |
| CAPTUREBLT | |
| DSTINVERT | |
| MERGECOPY | |
| MERGEPAINT | |
| NOTSRCCOPY | |
| NOTSRCERASE | |
| PATCOPY | |
| PATINVERT | |
| PATPAINT | |
| SRCAND | |
| SRCCOPY | |
| SRCERASE | |
| SRCINVERT | |
| SRCPAINT | |
| WHITENESS |