SmoothingModefunction
Specifies the type of smoothing (antialiasing) that is applied to lines and curves. This enumeration is used by the **GdipGetSmoothingMode** and **GdipSetSmoothingMode** functions.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
SmoothingModeInvalid | QualityModeInvalid | |
SmoothingModeDefault | 0 | |
SmoothingModeHighSpeed | 1 | |
SmoothingModeHighQuality | 2 | |
SmoothingModeNone | 3 | |
SmoothingModeAntiAlias8x4 | 4 | |
SmoothingModeAntiAlias | 4 | |
SmoothingModeAntiAlias8x8 | 5 |
Description
The SmoothingMode enumeration specifies the type of smoothing (antialiasing) that is applied to lines and curves. This enumeration is used by the GdipGetSmoothingMode and GdipSetSmoothingMode functions.
Remarks
Smoothing performed by an 8 X 4 box filter gives better results for nearly vertical lines than it does for nearly horizontal lines. Smoothing performed by an 8 X 8 box filter gives equally good results for nearly vertical and nearly horizontal lines. The 8x8 algorithm produces higher quality smoothing but is slower than the 8 X 4 algorithm.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations