ChartDirector 7.1 (.NET Edition)

DrawArea.move


Usage

[C#]public void move(double xOffset, double yOffset [, int bgColor [, int filter [, double blur ]]]);
[VB]Public Sub move(xOffset As Double, yOffset As Double [, bgColor As Integer [, filter As Integer [, blur As Double ]]])

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