QualityMode Enum
Definition
Specifies the overall quality when rendering GDI+ objects.
public enum class QualityMode
public enum QualityMode
type QualityMode =
Public Enum QualityMode
- Inheritance
Fields
Default | 0 | Specifies the default mode. |
High | 2 | Specifies high quality, low speed rendering. |
Invalid | -1 | Specifies an invalid mode. |
Low | 1 | Specifies low quality, high speed rendering. |
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.