[VB] | Public Sub setPos(x As Integer, y As Integer) |
[C#] | public void setPos(int x, int y); |
ChartDirector 5.1 (.NET Edition)
Box.setPos
Usage
[VB] | Public Sub setPos(x As Integer, y As Integer) |
[C#] | public void setPos(int x, int y); |
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