EmfPlusSmoothingMode

EmfPlusSmoothingMode enumeration

The SmoothingMode enumeration defines smoothing modes to apply to lines, curves, and the edges of filled areas to make them appear more continuous or sharply defined.

public enum EmfPlusSmoothingMode : byte

Values

NameValueDescription
SmoothingModeDefault0Specifies default curve smoothing with no anti-aliasing.
SmoothingModeHighSpeed1Specifies best performance with no anti-aliasing.
SmoothingModeHighQuality2Specifies best quality with anti-aliasing.
SmoothingModeNone3Performs no curve smoothing and no anti-aliasing.
SmoothingModeAntiAlias8x44Specifies good quality using an 8x4 box filter.
SmoothingModeAntiAlias8x85Specifies better quality using an 8x8 box filter.

See Also