DekGenius.com
[ Team LiB ] Previous Section Next Section

PixelOffsetModeserializable

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

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
}

Hierarchy

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

Returned By

System.Drawing.Graphics.PixelOffsetMode

Passed To

System.Drawing.Graphics.PixelOffsetMode

    [ Team LiB ] Previous Section Next Section