Specifies how the source colors are combined with the background colors.
Syntax
public enum CompositingMode
Remarks
Members
Member Name | Description |
---|
SourceCopy |
Specifies that when a color is rendered, it overwrites the background color.
|
SourceOver |
Specifies that when a color is rendered, it is blended with the background color. The blend is determined by the alpha component of the color being rendered.
|
Requirements
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0