QualityMode

System.Drawing.Drawing2D.QualityMode

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the overall quality when rendering GDI+ objects.

public enum QualityMode : 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.

Last updated

Was this helpful?