SmoothingMode enumeration

SmoothingMode enumeration

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

The SmoothingMode type exposes the following members:

Fields

FieldDescription
INVALIDSpecifies an invalid mode.
DEFAULTSpecifies no antialiasing.
HIGH_SPEEDSpecifies no antialiasing.
HIGH_QUALITYSpecifies antialiased rendering.
NONESpecifies no antialiasing.
ANTI_ALIASSpecifies antialiased rendering.

See Also