ChartDirector 7.1 (.NET Edition)

DrawArea.hTriangleTransform


Usage

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

Description

Wraps the drawing surface onto a horizontal triangle pointing leftwards.

Arguments

ArgumentDefaultDescription
tWidth-1The width of the triangle 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