aspose.diagram
Class PixelOffsetMode

Utility class containing constants. Specifies how pixels are offset during rendering.

Field Summary
const  NumberINVALID
           Specifies an invalid mode.
const  NumberDEFAULT
           Specifies the default mode.
const  NumberHIGH_SPEED
           Specifies high speed, low quality rendering.
const  NumberHIGH_QUALITY
           Specifies high quality, low speed rendering.
const  NumberNONE
           Specifies no pixel offset.
const  NumberHALF
           Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
 

Field Detail

INVALID

const Number INVALID
Specifies an invalid mode.

DEFAULT

const Number DEFAULT
Specifies the default mode.

HIGH_SPEED

const Number HIGH_SPEED
Specifies high speed, low quality rendering.

HIGH_QUALITY

const Number HIGH_QUALITY
Specifies high quality, low speed rendering.

NONE

const Number NONE
Specifies no pixel offset.

HALF

const Number HALF
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.