PixelOffsetMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PixelOffsetMode extends System.Enum
Specifies how pixels are offset during rendering.
Fields
Field | Description |
---|---|
Invalid | Specifies an invalid mode. |
Default | Specifies the default mode. |
HighSpeed | Specifies high speed, low quality rendering. |
HighQuality | 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. |
Invalid
public static final int Invalid
Specifies an invalid mode.
Default
public static final int Default
Specifies the default mode.
HighSpeed
public static final int HighSpeed
Specifies high speed, low quality rendering.
HighQuality
public static final int HighQuality
Specifies high quality, low speed rendering.
None
public static final int None
Specifies no pixel offset.
Half
public static final int Half
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.