|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriRasterOpCode
Binary Raster op-codes for symbol drawing.
Field Summary | |
---|---|
static int |
esriROPBlack
Pixel is always 0. |
static int |
esriROPCopyPen
Pixel is the pen color. |
static int |
esriROPMaskNotPen
Pixel is a combination of the colors common to both the screen and the inverse of the pen. |
static int |
esriROPMaskPen
Pixel is a combination of the colors common to both the pen and the screen. |
static int |
esriROPMaskPenNot
Pixel is a combination of the colors common to both the pen and the inverse of the screen. |
static int |
esriROPMergeNotPen
Pixel is a combination of the screen color and the inverse of the pen color. |
static int |
esriROPMergePen
Pixel is a combination of the pen color and the screen color. |
static int |
esriROPMergePenNot
Pixel is a combination of the pen color and the inverse of the screen color. |
static int |
esriROPNOP
Pixel remains unchanged. |
static int |
esriROPNot
Pixel is the inverse of the screen color. |
static int |
esriROPNotCopyPen
Pixel is the inverse of the pen color. |
static int |
esriROPNotMaskPen
Pixel is the inverse of the esriROPMaskPen color. |
static int |
esriROPNotMergePen
Pixel is the inverse of the esriROPMergePen color. |
static int |
esriROPNotXOrPen
Pixel is the inverse of the esriROPXOrPen color. |
static int |
esriROPWhite
Pixel is always 1. |
static int |
esriROPXOrPen
Pixel is a combination of the colors in the pen and in the screen, but not in both. |
Field Detail |
---|
static final int esriROPBlack
static final int esriROPNotMergePen
static final int esriROPMaskNotPen
static final int esriROPNotCopyPen
static final int esriROPMaskPenNot
static final int esriROPNot
static final int esriROPXOrPen
static final int esriROPNotMaskPen
static final int esriROPMaskPen
static final int esriROPNotXOrPen
static final int esriROPNOP
static final int esriROPMergeNotPen
static final int esriROPCopyPen
static final int esriROPMergePenNot
static final int esriROPMergePen
static final int esriROPWhite
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |