March 2003
Intermediate to advanced
896 pages
32h 35m
English
PixelOffsetMode
This enumeration is used to define the options for the
System.Drawing.Graphics.PixelOffsetMode property.
This is another parameter that affects rendering quality at the
expense of rendering speed.
public enum PixelOffsetMode { Default = 0, HighSpeed = 1, HighQuality = 2, None = 3, Half = 4, Invalid = -1 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ PixelOffsetMode
System.Drawing.Graphics.PixelOffsetMode
System.Drawing.Graphics.PixelOffsetMode
Read now
Unlock full access