QualityMode
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the overall quality when rendering GDI+ objects.
- C#
- VB.NET
public enum QualityMode : Enum
Public Enum QualityMode As [Enum]
Fields
| Name | Description |
|---|---|
| Default | Specifies the default mode. |
| High | Specifies high quality, low speed rendering. |
| Invalid | Specifies an invalid mode. |
| Low | Specifies high quality, low speed rendering. |