This documentation is archived and is not being maintained.
QualityMode Enumeration
.NET Framework 1.1
Specifies the overall quality when rendering GDI+ objects.
[Visual Basic] <Serializable> Public Enum QualityMode [C#] [Serializable] public enum QualityMode [C++] [Serializable] __value public enum QualityMode [JScript] public Serializable 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 TextRenderingHint enumeration.
Members
| 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. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: