ChartDirector 5.1 (.NET Edition)

DrawArea.vCylinderTransform


Usage

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

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