PixelOffsetMode
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies how pixels are offset during rendering.
- C#
- VB.NET
public enum PixelOffsetMode : Enum
Public Enum PixelOffsetMode As [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 |
|---|---|
| Graphics.PixelOffsetMode | Gets or sets a value specifying how pixels are offset during rendering of this Graphics. |