ChartDirector Ver 3.0 (C++ Edition)

DrawArea.move


Usage

void move(double xOffset, double yOffset, int bgColor = 0xffffff, FilterType ft = LinearFilter, double blur = 1);

Description

Move 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