SmoothingMode

SmoothingMode enum

Specifies what type of soothing (antialiasing) is applied to lines, curves and edges of filled areas.

enum class SmoothingMode

Values

NameValueDescription
Invalidn/aInvalid value.
Defaultn/aDefault mode, not antialiasing.
HighSpeedn/aNo antialiasing, high speed.
HighQualityn/aAntialiased rendering, low speed.
Nonen/aNo antialising.
AntiAliasn/aAntialiased rendering.

See Also