[C#] | public void setPos(int x, int y); |
[VB] | Public Sub setPos(x As Integer, y As Integer) |
ChartDirector 7.1 (.NET Edition)
Box.
Usage
[C#] | public void setPos(int x, int y); |
[VB] | Public Sub setPos(x As Integer, y As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the reference point of the box. |
y | (Mandatory) | The y coordinate of the reference point of the box. |
Return Value