DekGenius.com
[ Team LiB ] Previous Section Next Section

QualityModeserializable

System.Drawing.Drawing2D (system.drawing.dll)enum

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
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) QualityMode

    [ Team LiB ] Previous Section Next Section