Graphics::CompositingQuality Property
.NET Framework (current version)
Gets or sets the rendering quality of composited images drawn to this Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
public: property CompositingQuality CompositingQuality { CompositingQuality get(); void set(CompositingQuality value); }
Property Value
Type: System.Drawing.Drawing2D::CompositingQualityThis property specifies a member of the CompositingQuality enumeration. The default is Default.
The compositing quality determines the rendering quality level of composited images.
.NET Framework
Available since 1.1
Available since 1.1
Show: