Accusoft.PrintProSdk Namespace : DrawMode Enumeration |
'Declaration Public Enum DrawMode Inherits System.Enum
'Usage Dim instance As DrawMode
public enum DrawMode : System.Enum
__value public enum DrawMode : public System.Enum
public enum class DrawMode : public System.Enum
Member | Value | Description |
---|---|---|
Blackness | 1 | Always draws black |
CopyPen | 13 | Pixel is the pen color. |
Invert | 6 | Pixel is the inverse of the screen color. |
MaskNotPen | 3 | Pixel is a combination of the colors common to both the screen and the inverse of the pen. |
MaskPen | 9 | Pixel is a combination of the colors common to both the pen and the screen. |
MaskPenNot | 5 | Pixel is a combination of the colors common to both the pen and the inverse of the screen. |
MergeNotPen | 12 | Pixel is a combination of the screen color and the inverse of the pen color. |
MergePen | 15 | Pixel is a combination of the pen color and the screen color. |
MergePenNot | 14 | Pixel is a combination of the pen color and the inverse of the screen color. |
Nop | 11 | Pixel remains unchanged. (In effect, this turns drawing off) |
NotCopyPen | 4 | Pixel is the inverse of the pen color. |
NotMaskPen | 8 | Pixel is the inverse of the MaskPen color. |
NotMergePen | 2 | Pixel is the inverse of the MergePen color |
NotXorPen | 10 | Pixel is the inverse of the Xor color. |
Whiteness | 16 | Always draws white |
Xor | 7 | Pixel is a combination of the colors in the pen and in the screen, but not in both. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.DrawMode