Graphics.CompositingMode Property
Definition
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.