PixelOffsetMode enumeration

PixelOffsetMode enumeration

Specifies how pixels are offset during rendering.

The PixelOffsetMode type exposes the following members:

Fields

FieldDescription
INVALIDSpecifies an invalid mode.
DEFAULTSpecifies the default mode.
HIGH_SPEEDSpecifies high speed, low quality rendering.
HIGH_QUALITYSpecifies high quality, low speed rendering.
NONESpecifies no pixel offset.
HALFSpecifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.

See Also