Interface ROPConstants
public interface ROPConstants
The ROPConstants were defined in the Windows-API and are used do define the various RasterOperations (ROP). We don't
support RasterOperations...
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
SRCCOPY
static final int SRCCOPY- See Also:
-
SRCPAINT
static final int SRCPAINT- See Also:
-
SRCAND
static final int SRCAND- See Also:
-
SRCINVERT
static final int SRCINVERT- See Also:
-
SRCERASE
static final int SRCERASE- See Also:
-
NOTSRCCOPY
static final int NOTSRCCOPY- See Also:
-
NOTSRCERASE
static final int NOTSRCERASE- See Also:
-
MERGECOPY
static final int MERGECOPY- See Also:
-
MERGEPAINT
static final int MERGEPAINT- See Also:
-
PATCOPY
static final int PATCOPY- See Also:
-
PATPAINT
static final int PATPAINT- See Also:
-
PATINVERT
static final int PATINVERT- See Also:
-
DSTINVERT
static final int DSTINVERT- See Also:
-
BLACKNESS
static final int BLACKNESS- See Also:
-
WHITENESS
static final int WHITENESS- See Also:
-
R2_BLACK
static final int R2_BLACK- See Also:
-
R2_NOTMERGEPEN
static final int R2_NOTMERGEPEN- See Also:
-
R2_MASKNOTPEN
static final int R2_MASKNOTPEN- See Also:
-
R2_NOTCOPYPEN
static final int R2_NOTCOPYPEN- See Also:
-
R2_MASKPENNOT
static final int R2_MASKPENNOT- See Also:
-
R2_NOT
static final int R2_NOT- See Also:
-
R2_XORPEN
static final int R2_XORPEN- See Also:
-
R2_NOTMASKPEN
static final int R2_NOTMASKPEN- See Also:
-
R2_MASKPEN
static final int R2_MASKPEN- See Also:
-
R2_NOTXORPEN
static final int R2_NOTXORPEN- See Also:
-
R2_NOP
static final int R2_NOP- See Also:
-
R2_MERGENOTPEN
static final int R2_MERGENOTPEN- See Also:
-
R2_COPYPEN
static final int R2_COPYPEN- See Also:
-
R2_MERGEPENNOT
static final int R2_MERGEPENNOT- See Also:
-
R2_MERGEPEN
static final int R2_MERGEPEN- See Also:
-
R2_WHITE
static final int R2_WHITE- See Also:
-
R2_LAST
static final int R2_LAST- See Also:
-