ChartDirector 7.1 (C++ Edition)

DrawArea.vCylinderTransform


Usage

void vCylinderTransform(int xDiameter, int bgColor = 0xffffff, int filter = LinearFilter, double blur = 1);

Description

Wraps the drawing surface onto a vertical cylinder.

Arguments

ArgumentDefaultDescription
xDiameter(Mandatory)The diameter of the cylinder in pixels.
bgColorFFFFFFThe background color used to fill the space left after transformation.
filterLinearFilterThe filter to use for re-sampling.
blur1The blur factor to use for re-sampling.

Return Value

None