CompositingMode Enumeration
.NET Framework (current version)
Specifies how the source colors are combined with the background colors.
Assembly: System.Drawing (in System.Drawing.dll)
| 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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: