.NET Framework Class Library
SmoothingMode Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > SmoothingMode Enumeration |
Defines how smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration SmoothingMode |
C# |
public enum SmoothingMode |
Visual C++ |
public enum class SmoothingMode |
Member name |
Value |
Description |
|
Invalid |
-1 |
||
Default |
0 |
An invalid mode. |
|
HighSpeed |
1 |
No antialiasing. |
|
HighQuality |
2 |
No antialiasing. |
|
None |
3 |
Antialiased rendering. |
|
AntiAlias |
4 |
No antialiasing. |