moveModule()
Moves a module to an arbitrary position on the screen.
Synopsis
int moveModule(string moduleName, int xpos, int ypos);
Parameters
Parameter | Description |
---|---|
moduleName | Name of the module |
xpos | X position of the module on the screen |
ypos | Y position of the module on the screen |
Return value
In the event of errors -1, if OK 0.
Error
Description
Moves a defined module to an arbitrary position on the screen. The area, on which the module should be positioned, has to be specified with values for the X and Y direction (the origin 0/0 is the left corner on the top of the screen).
Example
main()
{
moveModule("Vision_1", 100, 100);
}
Assignment
Administration of manager, modules and panels
Availability
UI