[]
Specifies if, and how, smoothing is applied to lines, curves and filled area edges.
[CLSCompliant(true)]
public enum SmoothingModeEx
| Name | Description |
|---|---|
| AntiAlias | Specifies using antialiasing. |
| Default | Specifies default mode. |
| HighQuality | Specifies high qulaity rendering which has a lower rendering speed. |
| HighSpeed | Specifies a higher speed rendering which has a lower rendering quality. |
| Invalid | Specifies an invalid mode. |
| None | Specifies not to use antialiasing. |