Skip to main content

PixelOffsetMode

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies how pixels are offset during rendering.

public enum PixelOffsetMode : Enum

Fields

NameDescription
DefaultSpecifies the default mode.
HalfSpecifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
HighQualitySpecifies high quality, low speed rendering.
HighSpeedSpecifies high speed, low quality rendering.
InvalidSpecifies an invalid mode.
NoneSpecifies no pixel offset.

Used By

NameDescription
Graphics.PixelOffsetModeGets or sets a value specifying how pixels are offset during rendering of this Graphics.