[VB] | Public Sub setSize(width As Integer, height As Integer [, bgColor As Integer ]) |
[C#] | public void setSize(int width, int height [, int bgColor ]); |
ChartDirector 5.1 (.NET Edition)
DrawArea.setSize
Usage
[VB] | Public Sub setSize(width As Integer, height As Integer [, bgColor As Integer ]) |
[C#] | public void setSize(int width, int height [, int bgColor ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the drawing surface in pixels. |
height | (Mandatory) | The height of the drawing surface in pixels. |
bgColor | FFFFFF | The background color of the drawing surface. |
Return Value