In This Topic
GdPicture14 Namespace / ForegroundMixMode Enumeration

ForegroundMixMode Enumeration

In This Topic
Specifies the foreground mix mode to use when combining the region and the displayed image.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ForegroundMixMode 
   Inherits System.Enum
[ComVisible(true)]
public enum ForegroundMixMode : System.Enum 
public enum ForegroundMixMode = class(System.Enum)
ComVisibleAttribute()
public enum ForegroundMixMode extends System.Enum
[ComVisible(true)]
__value public enum ForegroundMixMode : public System.Enum 
[ComVisible(true)]
public enum class ForegroundMixMode : public System.Enum 
Members
MemberValueDescription
ForegroundMixModeBLACK1Pixel is always 0.
ForegroundMixModeCOPYPEN13Pixel is the pen color.
ForegroundMixModeMASKNOTPEN3Pixel is a combination of the colors common to both the pen and the inverse of the screen.
ForegroundMixModeMASKPEN9Pixel is a combination of the colors common to both the pen and the screen.
ForegroundMixModeMASKPENNOT5Pixel is a combination of the colors common to both the pen and the inverse of the screen.
ForegroundMixModeMERGENOTPEN12Pixel is a combination of the screen color and the inverse of the pen color.
ForegroundMixModeMERGEPEN15Pixel is a combination of the pen color and the screen color.
ForegroundMixModeMERGEPENNOT14Pixel is a combination of the pen color and the inverse of the screen color.
ForegroundMixModeNOP11Pixel remains unchanged.
ForegroundMixModeNOT6Pixel is the inverse of the screen color.
ForegroundMixModeNOTCOPYPEN4Pixel is the inverse of the pen color.
ForegroundMixModeNOTMASKPEN8Pixel is the inverse of the ForegroundMixModeMASKPEN color.
ForegroundMixModeNOTMERGEPEN2Pixel is the inverse of the ForegroundMixModeMERGEPEN color.
ForegroundMixModeNOTXORPEN10Pixel is the inverse of the R2_XORPEN color.
ForegroundMixModeUNDEFINED-1Undefined. Do not use.
ForegroundMixModeWHITE16Pixel is always 1.
ForegroundMixModeXORPEN7Pixel is a combination of the colors in the pen and in the screen, but not in both.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ForegroundMixMode

See Also