SmoothingMode enumeration
SmoothingMode enumeration
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
The SmoothingMode type exposes the following members:
Fields
Field | Description |
---|---|
INVALID | Specifies an invalid mode. |
DEFAULT | Specifies no antialiasing. |
HIGH_SPEED | Specifies no antialiasing. |
HIGH_QUALITY | Specifies antialiased rendering. |
NONE | Specifies no antialiasing. |
ANTI_ALIAS | Specifies antialiased rendering. |
See Also
- module aspose.diagram.saving