"position";

Sets the position (X, Y) of a scheduler ewo.

Synopsis

shape.position(int x, int y );

Parameters

Parameter Description
x The X coordinate
y The y coordinate

Description

Sets the position (X, Y) of a scheduler ewo.

Example

Sets the position (X, Y) of a scheduler ewo to X = 0, Y = 90.

main()
{
  this.position(0,90);
}

Assignment

Scheduler ewo