Gimp.Vectors.prototype.stroke_translate

function stroke_translate(stroke_id: Number(gint), off_x: Number(gint), off_y: Number(gint)): Boolean {
    // Gjs wrapper for gimp_vectors_stroke_translate()
}
  

translate the given stroke.

Translate the given stroke.

Since 2.4

stroke_id

The stroke ID.

off_x

Offset in x direction.

off_y

Offset in y direction.

Returns

TRUE on success.