ChartDirector Ver 4.1 (C++ Edition)

Box.setPos


Usage

void setPos(int x, int y);

Description

Sets 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