CompositingMode
System.Drawing.Drawing2D.CompositingMode
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies how the source colors are combined with the background colors.
public enum CompositingMode : EnumPublic Enum CompositingMode As [Enum]Fields
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.
Used By
Name
Description
Gets or sets a value that specifies how composited images are drawn to this Graphics.
Last updated
Was this helpful?