System.Drawing.Drawing2D.QualityMode Enumeration

Specifies the overall quality when rendering GDI+ objects.

Syntax

public enum QualityMode

Remarks

The quality level is inversely proportional to the amount of time spent rendering. This mode does not affect text. To set the text rendering quality, use the System.Drawing.Text.TextRenderingHint enumeration.

Members

Member NameDescription
Default

Specifies the default mode.

High

Specifies high quality, low speed rendering.

Invalid

Specifies an invalid mode.

Low

Specifies low quality, high speed rendering.

Requirements

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