Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Graphics.CompositingMode Property

Definition

Namespace:
System.Drawing
Assembly:
System.Drawing.Common.dll
Assembly:
System.Drawing.dll
Package:
System.Drawing.Common v11.0.0-preview.5.26302.115
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs
Source:
Graphics.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property System::Drawing::Drawing2D::CompositingMode CompositingMode { System::Drawing::Drawing2D::CompositingMode get(); void set(System::Drawing::Drawing2D::CompositingMode value); };
public System.Drawing.Drawing2D.CompositingMode CompositingMode { get; set; }
member this.CompositingMode : System.Drawing.Drawing2D.CompositingMode with get, set
Public Property CompositingMode As CompositingMode

Property Value

This property specifies a member of the CompositingMode enumeration. The default is SourceOver.

Remarks

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

Note

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

Applies to


Feedback

Was this page helpful?