System.Drawing.Graphics.CompositingMode Property

Gets a value that specifies how composited images are drawn to this System.Drawing.Graphics.

Syntax

public System.Drawing.Drawing2D.CompositingMode CompositingMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The compositing mode determines whether pixels from a source image overwrite or are combined with background pixels.

Note:

You should not use a Graphics.CompositingMode property value of System.Drawing.Drawing2D.CompositingMode.SourceCopy when the Graphics.TextRenderingHint property is set to System.Drawing.Text.TextRenderingHint.ClearTypeGridFit. An exception could occur or the image may not render correctly.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0