Enum SmoothingMode
SmoothingMode enumeration
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
public enum SmoothingMode
Values
Name | Value | Description |
---|---|---|
Invalid | -1 | Specifies an invalid mode. |
Default | 0 | Specifies no antialiasing. |
HighSpeed | 1 | Specifies no antialiasing. |
HighQuality | 2 | Specifies antialiased rendering. |
None | 3 | Specifies no antialiasing. |
AntiAlias | 4 | Specifies antialiased rendering. |
See Also
- namespace Aspose.Diagram.Saving
- assembly Aspose.Diagram