ChartDirector 7.0 (Python Edition)

DrawArea.move


Usage

move(xOffset, yOffset [, bgColor [, filter [, blur ]]])

Description

Moves the drawing surface.

Arguments

ArgumentDefaultDescription
xOffset(Mandatory)The pixel offset to move towards the left.
yOffset(Mandatory)The pixel offset to move towards the bottom.
bgColorFFFFFFThe background color used to fill the space left after moving.
filterLinearFilterThe filter to use for re-sampling. (Only applies for fractional pixel offsets.)
blur1The blur factor to use for re-sampling. (Only applies for fractional pixel offsets.)

Return Value

None