PixelOffsetMode

System.Drawing.Drawing2D.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

Name
Description

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.

Used By

Name
Description

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

Last updated

Was this helpful?