AccusoftImagXpress13 ActiveX DLL : enumDrawMode Enumeration |
Member | Value | Description |
---|---|---|
PEN_Blackness | 1 | Blackness. |
PEN_CopyPen | 13 | Color specified by the ForeColor property. |
PEN_Invert | 6 | Inverse of the display color. |
PEN_MaskNotPen | 3 | Combination of the colors common to the background color and the inverse of the pen. |
PEN_MaskPen | 9 | Combination of the colors common to both the pen and the display. |
PEN_MaskPenNot | 5 | Combination of the colors common to both the pen and the inverse of the display. |
PEN_MergeNotPen | 12 | Combination of the display color and the inverse of the pen color. |
PEN_MergePen | 15 | Combination of the pen color and the display color. |
PEN_MergePenNot | 14 | Combination of the pen color and the inverse of the display color. |
PEN_Nop | 11 | No operation: output remains unchanged. In effect, this setting turns drawing off. |
PEN_NotCopyPen | 4 | Inverse of setting 13 (Copy Pen). |
PEN_NotMaskPen | 8 | Inverse of setting 9 (Mask Pen). |
PEN_NotMergePen | 2 | Inverse of setting 15 (MergePen). |
PEN_NotXorPen | 10 | Inverse of setting 7 (Xor Pen). |
PEN_Whiteness | 16 | Whiteness. |
PEN_Xor | 7 | Combination of the colors in the pen and in the display color, but not in both. |