Functions | |
void | Move_Text (HC_KEY key, double x, double y, double z) |
void Move_Text | ( | HC_KEY | key, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Changes the location, in object space, of a previously-inserted Text item.
key | - The numeric identifier returned by a previous call to Insert_Text() . |
x | - The new coordinates for the alignment point of the text. |
y | - |
z | - |
Simply allows you to override the original specifications and move a text item to a new location. The new location is specified as an absolute location, rather than as a relative distance from the old location.