Specifies how pixels are offset during rendering.
Syntax
public enum PixelOffsetMode
Remarks
Members
Member 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.
|
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