ChartDirector 7.1 (C++ Edition)

DrawArea.resize


Usage

void resize(int newWidth, int newHeight, int filter = LinearFilter, double blur = 1);

Description

Resize the drawing surface.

Arguments

ArgumentDefaultDescription
newWidth(Mandatory)The new width of the drawing surface in pixels.
newHeight(Mandatory)The new height of the drawing surface in pixels.
filterLinearFilterThe filter to use for re-sampling.
blur1The blur factor to use for re-sampling.

Return Value

None