Gimp.Matrix3.prototype.translate

function translate(x: Number(gdouble), y: Number(gdouble)): void {
    // Gjs wrapper for gimp_matrix3_translate()
}
  

Translates the matrix by x and y.

x

Translation in X direction.

y

Translation in Y direction.