ChartDirector Ver 3.0 (C++ Edition)

Box.setPos


Usage

void setPos(int x, int y);

Description

Set the coordinates of the top-left corner of the box.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coordinate of the left of the box.
y(Mandatory)The y coordinate of the top of the box.

Return Value

None