stroke_translate


Description:

[ 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.

Parameters:

this

The path object.

stroke_id

The stroke ID.

off_x

Offset in x direction.

off_y

Offset in y direction.

Returns:

TRUE on success.