System.Drawing.Graphics.SmoothingMode Property

Gets or sets the rendering quality for this System.Drawing.Graphics.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The smoothing mode specifies whether lines, curves, and the edges of filled areas use smoothing (also called antialiasing). One exception is that path gradient brushes do not obey the smoothing mode. Areas filled using a System.Drawing.Drawing2D.PathGradientBrush are rendered the same way (aliased) regardless of the Graphics.SmoothingMode property.

Requirements

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