public enum PixelOffsetPublic Enumeration PixelOffsetpublic enum class PixelOffsettype PixelOffset| None | 0 | When scanning the region of a path (see DrawingOptions.ScanPathPixelOffset), it specifies that the scanning of edges should be performed at the top of the pixels. When drawing a path (see DrawingOptions.DrawPathPixelOffset), it specifies that the points of the drawn path are not adjusted before applying the pen width. |
| Half | 1 | When scanning the region of a path (see DrawingOptions.ScanPathPixelOffset), it specifies that the scanning of edges should be performed at the center of the pixels. When drawing a path (see DrawingOptions.DrawPathPixelOffset), it specifies that the points of the drawn path are shifted by a half pixel before applying the pen width. |