| PixelOffsetMode Enumeration | 
Namespace: Eto.Drawing
 Syntax
Syntax Members
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Specifies that pixels will not be offset and be relative to the center of each pixel. | |
| Half | 1 | Specifies that pixels are offset by half a pixel (-0.5) in both the horizontal and vertical axes. Use for high speed. | 
 Remarks
Remarks See Also
See Also