add_line_to
Description:
public void add_line_to (
int x,
int y)
Adds a clutter_path_line_to type node to the path.
This causes the actor to move to the new coordinates in a straight line.
Parameters:
| this |
a Path
|
| x |
the x coordinate
|
| y |
the y coordinate
|