Skip to main content

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

NameDescription
AntiAliasSpecifies antialiased rendering.
DefaultSpecifies no antialiasing.
HighQualitySpecifies antialiased rendering.
HighSpeedSpecifies no antialiasing.
InvalidSpecifies an invalid mode.
NoneSpecifies no antialiasing.

Used By

NameDescription
Graphics.SmoothingModeGets or sets the rendering quality for this Graphics.