SmoothingMode

SmoothingMode enumeration

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

public enum SmoothingMode

Values

NameValueDescription
Invalid-1Specifies an invalid mode.
Default0Specifies no antialiasing.
HighSpeed1Specifies no antialiasing.
HighQuality2Specifies antialiased rendering.
None3Specifies no antialiasing.
AntiAlias4Specifies antialiased rendering.

See Also