SmoothingMode

System.Drawing.Drawing2D.SmoothingMode

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.

public enum SmoothingMode : Enum

Fields

Name
Description

AntiAlias

Specifies antialiased rendering.

Default

Specifies no antialiasing.

HighQuality

Specifies antialiased rendering.

HighSpeed

Specifies no antialiasing.

Invalid

Specifies an invalid mode.

None

Specifies no antialiasing.

Used By

Name
Description

Gets or sets the rendering quality for this Graphics.

Last updated

Was this helpful?