[C#] | public void setSize(int w, int h); |
[VB] | Public Sub setSize(w As Integer, h As Integer) |
ChartDirector 7.1 (.NET Edition)
Box.
Usage
[C#] | public void setSize(int w, int h); |
[VB] | Public Sub setSize(w As Integer, h As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
w | (Mandatory) | The width of the box in pixels. |
h | (Mandatory) | The height of the box in pixels. |
Return Value