[ Version ( since = "2.4" ) ]
public bool stroke_translate (int stroke_id, double off_x, double off_y)
translate the given stroke.
Translate the given stroke.
| this |
The path object. |
| stroke_id |
The stroke ID. |
| off_x |
Offset in x direction. |
| off_y |
Offset in y direction. |
|
TRUE on success. |