System.Drawing.Drawing2D.PixelOffsetMode Enumeration

Specifies how pixels are offset during rendering.

Syntax

public enum PixelOffsetMode

Remarks

By offsetting pixels during rendering, you can improve render quality at the cost of render speed.

Members

Member NameDescription
Default

Specifies the default mode.

Half

Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.

HighQuality

Specifies high quality, low speed rendering.

HighSpeed

Specifies high speed, low quality rendering.

Invalid

Specifies an invalid mode.

None

Specifies no pixel offset.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0