ChartDirector 7.1 (.NET Edition)

DrawArea.resize


Usage

[C#]public void resize(int newWidth, int newHeight [, int filter [, double blur ]]);
[VB]Public Sub resize(newWidth As Integer, newHeight As Integer [, filter As Integer [, blur As Double ]])

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