March 2003
Intermediate to advanced
896 pages
32h 35m
English
SmoothingMode
This enumeration determines the antialiasing mode used when rendering graphics objects. As with all the rendering hints, this is a trade-off between rendering quality and rendering time.
public enum SmoothingMode { Default = 0, HighSpeed = 1, HighQuality = 2, None = 3, AntiAlias = 4, Invalid = -1 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ SmoothingMode
System.Drawing.Graphics.SmoothingMode
System.Drawing.Graphics.SmoothingMode
Read now
Unlock full access