PixelOffsetMode enumeration
PixelOffsetMode enumeration
Specifies how pixels are offset during rendering.
The PixelOffsetMode type exposes the following members:
Fields
Field | 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. |
See Also
- module aspose.diagram.saving