The GxSmoothingMode enumeration contains modes of smoothing for graphics primitives.
It is used by the following property:
Value | Brief description |
-1 | Invalid - invalid mode. |
0 | Standard - default mode. |
1 | HighSpeed - fast low-quality processing. |
2 | HighQuality - slow high-quality image. |
3 | None - no smoothing. |
4 | AntiAlias8x4 - visualization with the 8*4 smoothing. |
5 | AntiAlias8x8 - visualization with the 8*8 smoothing. |
See also: