QualityMode Enumeration
.NET Framework (current version)
Specifies the overall quality when rendering GDI+ objects.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Default | Specifies the default mode. | |
| High | Specifies high quality, low speed rendering. | |
| Invalid | Specifies an invalid mode. | |
| Low | Specifies low quality, high speed rendering. |
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 TextRenderingHint enumeration.
.NET Framework
Available since 1.1
Available since 1.1
Show: