March 2003
Intermediate to advanced
896 pages
32h 35m
English
QualityMode
This enumeration is not actually used in the framework but represents
the basic rendering quality options available. You can see its
equivalent in the InterpolationMode and
TextRenderingHint enumerations.
public enum QualityMode { Default = 0, Low = 1, High = 2, Invalid = -1 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ QualityMode
Read now
Unlock full access