PixelOffsetMode
PixelOffsetMode
Utility class containing constants. Specifies how pixels are offset during rendering.
Values
| Name | Description |
|---|---|
| INVALID | Specifies an invalid mode. |
| DEFAULT | Specifies the default mode. |
| HIGH_SPEED | Specifies high speed, low quality rendering. |
| HIGH_QUALITY | Specifies high quality, low speed rendering. |
| NONE | Specifies no pixel offset. |
| HALF | Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing. |